WIP
This commit is contained in:
10
graphql/identity/identity.queries.graphql
Normal file
10
graphql/identity/identity.queries.graphql
Normal file
@@ -0,0 +1,10 @@
|
||||
type IdentityUserOutput {
|
||||
error:
|
||||
data: IdentityUser
|
||||
}
|
||||
|
||||
type Query {
|
||||
identityUsers()
|
||||
identityUser(urn: String!): IdentityUserOutput!
|
||||
myUser
|
||||
}
|
||||
Reference in New Issue
Block a user