Skip to content

Instantly share code, notes, and snippets.

@mastfissh
Created November 7, 2019 09:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mastfissh/174b52bec8419295d3d7e83a3f730d14 to your computer and use it in GitHub Desktop.
Save mastfissh/174b52bec8419295d3d7e83a3f730d14 to your computer and use it in GitHub Desktop.
input ReportPlayer {
 userId: ID!
 teamId: ID!
 matchId: ID
 source: ReportPlayerSource!
 message: String
}
enum ReportPlayerSource {
 PROFILE
 MATCH_INPUT
 SUPPORT
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment