sendou.ink/schema.graphql
Kalle (Sendou) f7d2a2f395 ran prettier
2020-10-16 01:05:14 +03:00

29 lines
521 B
GraphQL

### This file was generated by Nexus Schema
### Do not make changes to this file directly
type Profile {
bio: String
country: String
customUrlPath: String
sensMotion: Int
sensStick: Int
twitchName: String
weaponPool: [String!]!
youtubeId: String
}
type Query {
getUserByIdentifier(identifier: String!): User
}
type User {
avatarUrl: String
discordAvatar: String
discordId: String!
discriminator: String!
fullUsername: String!
profile: Profile
profilePath: String!
username: String!
}