homelab-personal-cloud/graphql/auth/auth.edges.graphql

10 lines
225 B
GraphQL

type AuthOauth2ClientToAuthRealmEdge {
data: AuthRealm
error: AuthOauth2ClientToAuthRealmError
}
type AuthOauth2ClientToAuthOauth2ScopesEdge {
data: [AuthOauth2Scope]
error: AuthOauth2ClientToAuthOauth2ScopesError
}