Add missing error (#965)
This commit is contained in:
parent
3af7117a1d
commit
6477d62409
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ export const appDeleteFailedInstallationMutation = gql`
|
||||||
`;
|
`;
|
||||||
|
|
||||||
export const appFetchMutation = gql`
|
export const appFetchMutation = gql`
|
||||||
|
${appErrorFragment}
|
||||||
mutation AppFetch($manifestUrl: String!) {
|
mutation AppFetch($manifestUrl: String!) {
|
||||||
appFetchManifest(manifestUrl: $manifestUrl) {
|
appFetchManifest(manifestUrl: $manifestUrl) {
|
||||||
manifest {
|
manifest {
|
||||||
|
|
Loading…
Reference in a new issue