Skip to content

Commit

Permalink
Remove ConfigMetaRestricted from schema
Browse files Browse the repository at this point in the history
  • Loading branch information
jnatten committed Nov 8, 2023
1 parent 11d32b6 commit 6631925
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1130,11 +1130,6 @@ export const typeDefs = gql`
organization: String!
}
type ConfigMetaRestricted {
key: String!
value: String!
}
type ConfigMetaBoolean {
key: String!
value: Boolean!
Expand Down

0 comments on commit 6631925

Please sign in to comment.