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