### 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! }