WIP
This commit is contained in:
9
graphql/auth/auth.edges.graphql
Normal file
9
graphql/auth/auth.edges.graphql
Normal file
@@ -0,0 +1,9 @@
|
||||
type AuthOauth2ClientToAuthRealmEdge {
|
||||
data: AuthRealm
|
||||
error: AuthOauth2ClientToAuthRealmError
|
||||
}
|
||||
|
||||
type AuthOauth2ClientToAuthOauth2ScopesEdge {
|
||||
data: [AuthOauth2Scope]
|
||||
error: AuthOauth2ClientToAuthOauth2ScopesError
|
||||
}
|
||||
Reference in New Issue
Block a user