WIP2
This commit is contained in:
@@ -11,7 +11,7 @@ type AuthOauth2Client {
|
||||
clientSecret: String
|
||||
|
||||
Realm: AuthOauth2ClientToAuthRealmEdge
|
||||
Scopes: AuthOauth2ClientToAuthOauth2Scopes
|
||||
Scopes: AuthOauth2ClientToAuthOauth2ScopesEdge
|
||||
}
|
||||
|
||||
type AuthOauth2Scope {
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
type IdentityUserOutput {
|
||||
error:
|
||||
error: String
|
||||
data: IdentityUser
|
||||
}
|
||||
|
||||
type Query {
|
||||
identityUsers()
|
||||
identityUser(urn: String!): IdentityUserOutput!
|
||||
myUser
|
||||
}
|
||||
# type Query {
|
||||
# # identityUsers()
|
||||
# # identityUser(urn: String!): IdentityUserOutput!
|
||||
# # myUser
|
||||
# }
|
||||
@@ -1,5 +1,6 @@
|
||||
input UpdateSystemSettingInput {
|
||||
urn: ID!
|
||||
hashValueType: SystemSettingHashValueTypeEnum!
|
||||
hashValue: String!
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user