sendou.ink/schema.graphql
2020-10-13 23:26:43 +03:00

15 lines
250 B
GraphQL

### This file was generated by Nexus Schema
### Do not make changes to this file directly
type Query {
getUserByIdentifier(identifier: String!): User
}
type User {
discriminator: String!
fullUserName: String
id: Int!
username: String!
}