From 6477d62409d15a20f8f48cd84bc0372a5a0553b4 Mon Sep 17 00:00:00 2001 From: Maciej Korycinski Date: Wed, 27 Jan 2021 11:42:08 +0100 Subject: [PATCH] Add missing error (#965) --- src/apps/mutations.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apps/mutations.ts b/src/apps/mutations.ts index cc2f79976..185383caf 100644 --- a/src/apps/mutations.ts +++ b/src/apps/mutations.ts @@ -79,6 +79,7 @@ export const appDeleteFailedInstallationMutation = gql` `; export const appFetchMutation = gql` + ${appErrorFragment} mutation AppFetch($manifestUrl: String!) { appFetchManifest(manifestUrl: $manifestUrl) { manifest {