Skip to content

Commit 4a55abf

Browse files
eddeee888jdolle
andauthored
Remove unused fields GraphQLEnumType.deprecationReason and OIDCIntegration.organization (#7018)
Co-authored-by: jdolle <[email protected]>
1 parent 8cfee73 commit 4a55abf

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/services/api/src/modules/oidc-integrations/module.graphql.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ export default gql`
1717
tokenEndpoint: String!
1818
userinfoEndpoint: String!
1919
authorizationEndpoint: String!
20-
organization: Organization!
2120
oidcUserAccessOnly: Boolean!
2221
defaultMemberRole: MemberRole!
2322
}

packages/services/api/src/modules/schema/module.graphql.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1078,7 +1078,6 @@ export default gql`
10781078
type GraphQLEnumType implements GraphQLNamedType @tag(name: "public") {
10791079
name: String!
10801080
description: String
1081-
deprecationReason: String
10821081
values: [GraphQLEnumValue!]!
10831082
usage: SchemaCoordinateUsage!
10841083
"""

0 commit comments

Comments
 (0)