From 736fdd0a0332fe6bfb1db505d2272b6e29018b53 Mon Sep 17 00:00:00 2001 From: Alexis Tyler Date: Wed, 14 Apr 2021 22:54:02 +0930 Subject: [PATCH] fix: add flash types --- app/graphql/schema/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/graphql/schema/index.ts b/app/graphql/schema/index.ts index 0cf5c17c9..42f56724c 100644 --- a/app/graphql/schema/index.ts +++ b/app/graphql/schema/index.ts @@ -16,6 +16,7 @@ const files = [ './dist/types/graphql/schema/types/display/icons.graphql', './dist/types/graphql/schema/types/docker/container.graphql', './dist/types/graphql/schema/types/docker/network.graphql', + './dist/types/graphql/schema/types/flash/flash.graphql', './dist/types/graphql/schema/types/info/apps.graphql', './dist/types/graphql/schema/types/info/baseboard.graphql', './dist/types/graphql/schema/types/info/cpu.graphql',