Changeset View
Changeset View
Standalone View
Standalone View
js_modules/dagit/src/nav/ReloadRepositoryLocationButton.tsx
Show First 20 Lines • Show All 96 Lines • ▼ Show 20 Lines | reloadRepositoryLocation(repositoryLocationName: $location) { | ||||
__typename | __typename | ||||
... on ReloadNotSupported { | ... on ReloadNotSupported { | ||||
message | message | ||||
} | } | ||||
... on RepositoryLocationNotFound { | ... on RepositoryLocationNotFound { | ||||
message | message | ||||
} | } | ||||
... on RepositoryLocationLoadFailure { | ... on RepositoryLocationLoadFailure { | ||||
id | |||||
error { | error { | ||||
message | message | ||||
} | } | ||||
} | } | ||||
} | } | ||||
} | } | ||||
`; | `; |