mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-21 18:04:39 -05:00
15 lines
250 B
GraphQL
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!
|
|
}
|