From 663192567791c968fb4025526da39f8233802cba Mon Sep 17 00:00:00 2001 From: Jonas Natten Date: Wed, 8 Nov 2023 11:55:26 +0100 Subject: [PATCH] Remove `ConfigMetaRestricted` from schema --- src/schema.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/schema.ts b/src/schema.ts index 8805e15e..31485b15 100644 --- a/src/schema.ts +++ b/src/schema.ts @@ -1130,11 +1130,6 @@ export const typeDefs = gql` organization: String! } - type ConfigMetaRestricted { - key: String! - value: String! - } - type ConfigMetaBoolean { key: String! value: Boolean!