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!