Add missing error (#965)

This commit is contained in:
Maciej Korycinski 2021-01-27 11:42:08 +01:00 committed by GitHub
parent 3af7117a1d
commit 6477d62409
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {