sendou.ink/schema.graphql
2020-10-14 01:52:23 +03:00

30 lines
522 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!
}