From a8e347c331d092357be6dcab851dc07ba4894427 Mon Sep 17 00:00:00 2001 From: "Kalle (Sendou)" <38327916+Sendouc@users.noreply.github.com> Date: Thu, 11 Nov 2021 20:37:51 +0200 Subject: [PATCH] Overview Tab initial --- frontend/components/tournament/OverviewTab.tsx | 11 +++++++++++ frontend/generated/graphql.ts | 6 +++--- frontend/generated/introspection.json | 2 +- frontend/pages/o/[organization]/[tournament].tsx | 3 ++- postgraphile/migrations/0001_initial.sql | 2 +- 5 files changed, 18 insertions(+), 6 deletions(-) create mode 100644 frontend/components/tournament/OverviewTab.tsx diff --git a/frontend/components/tournament/OverviewTab.tsx b/frontend/components/tournament/OverviewTab.tsx new file mode 100644 index 000000000..4a09e99f2 --- /dev/null +++ b/frontend/components/tournament/OverviewTab.tsx @@ -0,0 +1,11 @@ +import { useTournamentData } from "hooks/data/useTournamentData"; + +export function OverviewTab() { + const { data } = useTournamentData(); + + // TODO: handle loading + // TODO: handle error in parent + if (!data?.tournamentByIdentifier) return null; + + return
{data.tournamentByIdentifier.description}
; +} diff --git a/frontend/generated/graphql.ts b/frontend/generated/graphql.ts index c2d1cbdd4..6c3edd613 100644 --- a/frontend/generated/graphql.ts +++ b/frontend/generated/graphql.ts @@ -1577,7 +1577,7 @@ export type Tournament = Node & { bannerTextHslArgs: Scalars['String']; checkInTime?: Maybe; createdAt?: Maybe; - description?: Maybe; + description: Scalars['String']; identifier: Scalars['String']; /** Reads and enables pagination through a set of `MapPool`. */ mapPoolsByTournamentIdentifier: MapPoolsConnection; @@ -1649,7 +1649,7 @@ export type TournamentInput = { bannerTextHslArgs: Scalars['String']; checkInTime?: Maybe; createdAt?: Maybe; - description?: Maybe; + description: Scalars['String']; identifier: Scalars['String']; name: Scalars['String']; organizationIdentifier: Scalars['String']; @@ -2253,7 +2253,7 @@ export type TournamentByIdentifierQueryVariables = Exact<{ }>; -export type TournamentByIdentifierQuery = { __typename?: 'Query', tournamentByIdentifier?: { __typename?: 'Tournament', name: string, startTime: Date, checkInTime?: Date | null | undefined, bannerBackground: string, description?: string | null | undefined, textColor?: string | null | undefined, organizationByOrganizationIdentifier: { __typename?: 'Organization', name: string, discordInviteUrl?: string | null | undefined, twitterUrl?: string | null | undefined }, tournamentTeamsByTournamentIdentifier: { __typename?: 'TournamentTeamsConnection', nodes: Array<{ __typename?: 'TournamentTeam', name: string, tournamentTeamRostersByTournamentTeamId: { __typename?: 'TournamentTeamRostersConnection', nodes: Array<{ __typename?: 'TournamentTeamRoster', captain: boolean, accountByMemberId: { __typename?: 'Account', discordFullUsername?: string | null | undefined } }> } }> }, mapPoolsByTournamentIdentifier: { __typename?: 'MapPoolsConnection', nodes: Array<{ __typename?: 'MapPool', mapModeByMapModeId: { __typename?: 'MapMode', stage: string, gameMode: ModeEnum } }> } } | null | undefined }; +export type TournamentByIdentifierQuery = { __typename?: 'Query', tournamentByIdentifier?: { __typename?: 'Tournament', name: string, startTime: Date, checkInTime?: Date | null | undefined, bannerBackground: string, description: string, textColor?: string | null | undefined, organizationByOrganizationIdentifier: { __typename?: 'Organization', name: string, discordInviteUrl?: string | null | undefined, twitterUrl?: string | null | undefined }, tournamentTeamsByTournamentIdentifier: { __typename?: 'TournamentTeamsConnection', nodes: Array<{ __typename?: 'TournamentTeam', name: string, tournamentTeamRostersByTournamentTeamId: { __typename?: 'TournamentTeamRostersConnection', nodes: Array<{ __typename?: 'TournamentTeamRoster', captain: boolean, accountByMemberId: { __typename?: 'Account', discordFullUsername?: string | null | undefined } }> } }> }, mapPoolsByTournamentIdentifier: { __typename?: 'MapPoolsConnection', nodes: Array<{ __typename?: 'MapPool', mapModeByMapModeId: { __typename?: 'MapMode', stage: string, gameMode: ModeEnum } }> } } | null | undefined }; export const TournamentByIdentifierDocument = gql` diff --git a/frontend/generated/introspection.json b/frontend/generated/introspection.json index 93dc22c48..51c8389e5 100644 --- a/frontend/generated/introspection.json +++ b/frontend/generated/introspection.json @@ -1 +1 @@ -{"__schema":{"queryType":{"name":"Query"},"mutationType":{"name":"Mutation"},"subscriptionType":null,"types":[{"kind":"OBJECT","name":"Account","description":null,"fields":[{"name":"createdAt","description":null,"args":[],"type":{"kind":"SCALAR","name":"Datetime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"discordAvatar","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"discordDiscriminator","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"discordFullUsername","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"discordId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"discordUsername","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"nodeId","description":"A globally unique identifier. Can be used in various places throughout the system to identify this single value.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"organizationsByOwnerId","description":"Reads and enables pagination through a set of `Organization`.","args":[{"name":"after","description":"Read all values in the set after (below) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Read all values in the set before (above) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"condition","description":"A condition to be used in determining which values should be returned by the collection.","type":{"kind":"INPUT_OBJECT","name":"OrganizationCondition","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Only read the first `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Only read the last `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"offset","description":"Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"orderBy","description":"The method to use when ordering `Organization`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"OrganizationsOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrganizationsConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamRostersByMemberId","description":"Reads and enables pagination through a set of `TournamentTeamRoster`.","args":[{"name":"after","description":"Read all values in the set after (below) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Read all values in the set before (above) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"condition","description":"A condition to be used in determining which values should be returned by the collection.","type":{"kind":"INPUT_OBJECT","name":"TournamentTeamRosterCondition","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Only read the first `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Only read the last `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"offset","description":"Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"orderBy","description":"The method to use when ordering `TournamentTeamRoster`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"TournamentTeamRostersOrderBy","ofType":null}}},"defaultValue":"[NATURAL]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TournamentTeamRostersConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"twitch","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"twitter","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":null,"args":[],"type":{"kind":"SCALAR","name":"Datetime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"youtubeId","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"youtubeName","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"AccountCondition","description":"A condition to be used against `Account` object types. All fields are tested for equality and combined with a logical ‘and.’","fields":null,"inputFields":[{"name":"createdAt","description":"Checks for equality with the object’s `createdAt` field.","type":{"kind":"SCALAR","name":"Datetime","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"discordAvatar","description":"Checks for equality with the object’s `discordAvatar` field.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"discordDiscriminator","description":"Checks for equality with the object’s `discordDiscriminator` field.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"discordId","description":"Checks for equality with the object’s `discordId` field.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"discordUsername","description":"Checks for equality with the object’s `discordUsername` field.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"Checks for equality with the object’s `id` field.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"twitch","description":"Checks for equality with the object’s `twitch` field.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"twitter","description":"Checks for equality with the object’s `twitter` field.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":"Checks for equality with the object’s `updatedAt` field.","type":{"kind":"SCALAR","name":"Datetime","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"youtubeId","description":"Checks for equality with the object’s `youtubeId` field.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"youtubeName","description":"Checks for equality with the object’s `youtubeName` field.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"AccountInput","description":"An input for mutations affecting `Account`","fields":null,"inputFields":[{"name":"createdAt","description":null,"type":{"kind":"SCALAR","name":"Datetime","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"discordAvatar","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"discordDiscriminator","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"discordId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"discordUsername","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"id","description":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"twitch","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"twitter","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":null,"type":{"kind":"SCALAR","name":"Datetime","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"youtubeId","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"youtubeName","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"AccountPatch","description":"Represents an update to a `Account`. Fields that are set will be updated.","fields":null,"inputFields":[{"name":"createdAt","description":null,"type":{"kind":"SCALAR","name":"Datetime","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"discordAvatar","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"discordDiscriminator","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"discordId","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"discordUsername","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"id","description":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"twitch","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"twitter","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":null,"type":{"kind":"SCALAR","name":"Datetime","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"youtubeId","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"youtubeName","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AccountsConnection","description":"A connection to a list of `Account` values.","fields":[{"name":"edges","description":"A list of edges which contains the `Account` and cursor to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AccountsEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of `Account` objects.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Account","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalCount","description":"The count of *all* `Account` you could get from the connection.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AccountsEdge","description":"A `Account` edge in the connection.","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"SCALAR","name":"Cursor","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The `Account` at the end of the edge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Account","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"AccountsOrderBy","description":"Methods to use when ordering `Account`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CREATED_AT_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CREATED_AT_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DISCORD_AVATAR_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DISCORD_AVATAR_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DISCORD_DISCRIMINATOR_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DISCORD_DISCRIMINATOR_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DISCORD_ID_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DISCORD_ID_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DISCORD_USERNAME_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DISCORD_USERNAME_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ID_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ID_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NATURAL","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PRIMARY_KEY_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PRIMARY_KEY_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TWITCH_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TWITCH_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TWITTER_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TWITTER_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"UPDATED_AT_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"UPDATED_AT_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"YOUTUBE_ID_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"YOUTUBE_ID_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"YOUTUBE_NAME_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"YOUTUBE_NAME_DESC","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"SCALAR","name":"Boolean","description":"The `Boolean` scalar type represents `true` or `false`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreateAccountInput","description":"All input for the create `Account` mutation.","fields":null,"inputFields":[{"name":"account","description":"The `Account` to be created by this mutation.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AccountInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CreateAccountPayload","description":"The output of our create `Account` mutation.","fields":[{"name":"account","description":"The `Account` that was created by this mutation.","args":[],"type":{"kind":"OBJECT","name":"Account","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"accountEdge","description":"An edge for our `Account`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `Account`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AccountsOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"AccountsEdge","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreateMapModeInput","description":"All input for the create `MapMode` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"mapMode","description":"The `MapMode` to be created by this mutation.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"MapModeInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CreateMapModePayload","description":"The output of our create `MapMode` mutation.","fields":[{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"mapMode","description":"The `MapMode` that was created by this mutation.","args":[],"type":{"kind":"OBJECT","name":"MapMode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"mapModeEdge","description":"An edge for our `MapMode`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `MapMode`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"MapModesOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"MapModesEdge","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreateMapPoolInput","description":"All input for the create `MapPool` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"mapPool","description":"The `MapPool` to be created by this mutation.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"MapPoolInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CreateMapPoolPayload","description":"The output of our create `MapPool` mutation.","fields":[{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"mapModeByMapModeId","description":"Reads a single `MapMode` that is related to this `MapPool`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MapMode","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"mapPool","description":"The `MapPool` that was created by this mutation.","args":[],"type":{"kind":"OBJECT","name":"MapPool","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"mapPoolEdge","description":"An edge for our `MapPool`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `MapPool`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"MapPoolsOrderBy","ofType":null}}},"defaultValue":"[NATURAL]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"MapPoolsEdge","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentByTournamentIdentifier","description":"Reads a single `Tournament` that is related to this `MapPool`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Tournament","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreateOrganizationInput","description":"All input for the create `Organization` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"organization","description":"The `Organization` to be created by this mutation.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"OrganizationInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CreateOrganizationPayload","description":"The output of our create `Organization` mutation.","fields":[{"name":"accountByOwnerId","description":"Reads a single `Account` that is related to this `Organization`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Account","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"organization","description":"The `Organization` that was created by this mutation.","args":[],"type":{"kind":"OBJECT","name":"Organization","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"organizationEdge","description":"An edge for our `Organization`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `Organization`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"OrganizationsOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"OrganizationsEdge","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreateTournamentInput","description":"All input for the create `Tournament` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"tournament","description":"The `Tournament` to be created by this mutation.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"TournamentInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CreateTournamentPayload","description":"The output of our create `Tournament` mutation.","fields":[{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"organizationByOrganizationIdentifier","description":"Reads a single `Organization` that is related to this `Tournament`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Organization","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tournament","description":"The `Tournament` that was created by this mutation.","args":[],"type":{"kind":"OBJECT","name":"Tournament","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentEdge","description":"An edge for our `Tournament`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `Tournament`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"TournamentsOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"TournamentsEdge","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreateTournamentTeamInput","description":"All input for the create `TournamentTeam` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeam","description":"The `TournamentTeam` to be created by this mutation.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"TournamentTeamInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CreateTournamentTeamPayload","description":"The output of our create `TournamentTeam` mutation.","fields":[{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentByTournamentIdentifier","description":"Reads a single `Tournament` that is related to this `TournamentTeam`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Tournament","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeam","description":"The `TournamentTeam` that was created by this mutation.","args":[],"type":{"kind":"OBJECT","name":"TournamentTeam","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamEdge","description":"An edge for our `TournamentTeam`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `TournamentTeam`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"TournamentTeamsOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"TournamentTeamsEdge","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreateTournamentTeamRosterInput","description":"All input for the create `TournamentTeamRoster` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamRoster","description":"The `TournamentTeamRoster` to be created by this mutation.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"TournamentTeamRosterInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CreateTournamentTeamRosterPayload","description":"The output of our create `TournamentTeamRoster` mutation.","fields":[{"name":"accountByMemberId","description":"Reads a single `Account` that is related to this `TournamentTeamRoster`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Account","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamByTournamentTeamId","description":"Reads a single `TournamentTeam` that is related to this `TournamentTeamRoster`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TournamentTeam","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamRoster","description":"The `TournamentTeamRoster` that was created by this mutation.","args":[],"type":{"kind":"OBJECT","name":"TournamentTeamRoster","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamRosterEdge","description":"An edge for our `TournamentTeamRoster`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `TournamentTeamRoster`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"TournamentTeamRostersOrderBy","ofType":null}}},"defaultValue":"[NATURAL]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"TournamentTeamRostersEdge","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"Cursor","description":"A location in a connection that can be used for resuming pagination.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"Datetime","description":"A point in time as described by the [ISO\n8601](https://en.wikipedia.org/wiki/ISO_8601) standard. May or may not include a timezone.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"DeleteAccountByIdInput","description":"All input for the `deleteAccountById` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"id","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"DeleteAccountInput","description":"All input for the `deleteAccount` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"nodeId","description":"The globally unique `ID` which will identify a single `Account` to be deleted.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DeleteAccountPayload","description":"The output of our delete `Account` mutation.","fields":[{"name":"account","description":"The `Account` that was deleted by this mutation.","args":[],"type":{"kind":"OBJECT","name":"Account","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"accountEdge","description":"An edge for our `Account`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `Account`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AccountsOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"AccountsEdge","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deletedAccountId","description":null,"args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"DeleteMapModeByIdInput","description":"All input for the `deleteMapModeById` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"id","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"DeleteMapModeByStageAndGameModeInput","description":"All input for the `deleteMapModeByStageAndGameMode` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"gameMode","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ModeEnum","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"stage","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"DeleteMapModeInput","description":"All input for the `deleteMapMode` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"nodeId","description":"The globally unique `ID` which will identify a single `MapMode` to be deleted.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DeleteMapModePayload","description":"The output of our delete `MapMode` mutation.","fields":[{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deletedMapModeId","description":null,"args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"mapMode","description":"The `MapMode` that was deleted by this mutation.","args":[],"type":{"kind":"OBJECT","name":"MapMode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"mapModeEdge","description":"An edge for our `MapMode`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `MapMode`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"MapModesOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"MapModesEdge","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"DeleteMapPoolByTournamentIdentifierAndMapModeIdInput","description":"All input for the `deleteMapPoolByTournamentIdentifierAndMapModeId` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"mapModeId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"tournamentIdentifier","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DeleteMapPoolPayload","description":"The output of our delete `MapPool` mutation.","fields":[{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deletedMapPoolId","description":null,"args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"mapModeByMapModeId","description":"Reads a single `MapMode` that is related to this `MapPool`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MapMode","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"mapPool","description":"The `MapPool` that was deleted by this mutation.","args":[],"type":{"kind":"OBJECT","name":"MapPool","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"mapPoolEdge","description":"An edge for our `MapPool`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `MapPool`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"MapPoolsOrderBy","ofType":null}}},"defaultValue":"[NATURAL]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"MapPoolsEdge","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentByTournamentIdentifier","description":"Reads a single `Tournament` that is related to this `MapPool`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Tournament","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"DeleteOrganizationByIdentifierInput","description":"All input for the `deleteOrganizationByIdentifier` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"identifier","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"DeleteOrganizationInput","description":"All input for the `deleteOrganization` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"nodeId","description":"The globally unique `ID` which will identify a single `Organization` to be deleted.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DeleteOrganizationPayload","description":"The output of our delete `Organization` mutation.","fields":[{"name":"accountByOwnerId","description":"Reads a single `Account` that is related to this `Organization`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Account","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deletedOrganizationId","description":null,"args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"organization","description":"The `Organization` that was deleted by this mutation.","args":[],"type":{"kind":"OBJECT","name":"Organization","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"organizationEdge","description":"An edge for our `Organization`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `Organization`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"OrganizationsOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"OrganizationsEdge","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"DeleteTournamentByIdentifierInput","description":"All input for the `deleteTournamentByIdentifier` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"identifier","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"DeleteTournamentInput","description":"All input for the `deleteTournament` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"nodeId","description":"The globally unique `ID` which will identify a single `Tournament` to be deleted.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DeleteTournamentPayload","description":"The output of our delete `Tournament` mutation.","fields":[{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deletedTournamentId","description":null,"args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"organizationByOrganizationIdentifier","description":"Reads a single `Organization` that is related to this `Tournament`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Organization","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tournament","description":"The `Tournament` that was deleted by this mutation.","args":[],"type":{"kind":"OBJECT","name":"Tournament","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentEdge","description":"An edge for our `Tournament`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `Tournament`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"TournamentsOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"TournamentsEdge","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"DeleteTournamentTeamByIdInput","description":"All input for the `deleteTournamentTeamById` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"id","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"DeleteTournamentTeamByInviteCodeInput","description":"All input for the `deleteTournamentTeamByInviteCode` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"inviteCode","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"DeleteTournamentTeamByNameAndTournamentIdentifierInput","description":"All input for the `deleteTournamentTeamByNameAndTournamentIdentifier` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"tournamentIdentifier","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"DeleteTournamentTeamInput","description":"All input for the `deleteTournamentTeam` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"nodeId","description":"The globally unique `ID` which will identify a single `TournamentTeam` to be deleted.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DeleteTournamentTeamPayload","description":"The output of our delete `TournamentTeam` mutation.","fields":[{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deletedTournamentTeamId","description":null,"args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentByTournamentIdentifier","description":"Reads a single `Tournament` that is related to this `TournamentTeam`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Tournament","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeam","description":"The `TournamentTeam` that was deleted by this mutation.","args":[],"type":{"kind":"OBJECT","name":"TournamentTeam","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamEdge","description":"An edge for our `TournamentTeam`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `TournamentTeam`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"TournamentTeamsOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"TournamentTeamsEdge","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"DeleteTournamentTeamRosterByMemberIdAndTournamentTeamIdInput","description":"All input for the `deleteTournamentTeamRosterByMemberIdAndTournamentTeamId` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"memberId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DeleteTournamentTeamRosterPayload","description":"The output of our delete `TournamentTeamRoster` mutation.","fields":[{"name":"accountByMemberId","description":"Reads a single `Account` that is related to this `TournamentTeamRoster`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Account","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deletedTournamentTeamRosterId","description":null,"args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamByTournamentTeamId","description":"Reads a single `TournamentTeam` that is related to this `TournamentTeamRoster`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TournamentTeam","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamRoster","description":"The `TournamentTeamRoster` that was deleted by this mutation.","args":[],"type":{"kind":"OBJECT","name":"TournamentTeamRoster","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamRosterEdge","description":"An edge for our `TournamentTeamRoster`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `TournamentTeamRoster`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"TournamentTeamRostersOrderBy","ofType":null}}},"defaultValue":"[NATURAL]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"TournamentTeamRostersEdge","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"ID","description":"The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `\"4\"`) or integer (such as `4`) input value will be accepted as an ID.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"Int","description":"The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"MapMode","description":null,"fields":[{"name":"gameMode","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ModeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"mapPoolsByMapModeId","description":"Reads and enables pagination through a set of `MapPool`.","args":[{"name":"after","description":"Read all values in the set after (below) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Read all values in the set before (above) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"condition","description":"A condition to be used in determining which values should be returned by the collection.","type":{"kind":"INPUT_OBJECT","name":"MapPoolCondition","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Only read the first `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Only read the last `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"offset","description":"Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"orderBy","description":"The method to use when ordering `MapPool`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"MapPoolsOrderBy","ofType":null}}},"defaultValue":"[NATURAL]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MapPoolsConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"nodeId","description":"A globally unique identifier. Can be used in various places throughout the system to identify this single value.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"stage","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"MapModeCondition","description":"A condition to be used against `MapMode` object types. All fields are tested for equality and combined with a logical ‘and.’","fields":null,"inputFields":[{"name":"gameMode","description":"Checks for equality with the object’s `gameMode` field.","type":{"kind":"ENUM","name":"ModeEnum","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"Checks for equality with the object’s `id` field.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"stage","description":"Checks for equality with the object’s `stage` field.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"MapModeInput","description":"An input for mutations affecting `MapMode`","fields":null,"inputFields":[{"name":"gameMode","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ModeEnum","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"id","description":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"stage","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"MapModePatch","description":"Represents an update to a `MapMode`. Fields that are set will be updated.","fields":null,"inputFields":[{"name":"gameMode","description":null,"type":{"kind":"ENUM","name":"ModeEnum","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"id","description":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"stage","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"MapModesConnection","description":"A connection to a list of `MapMode` values.","fields":[{"name":"edges","description":"A list of edges which contains the `MapMode` and cursor to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MapModesEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of `MapMode` objects.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MapMode","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalCount","description":"The count of *all* `MapMode` you could get from the connection.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"MapModesEdge","description":"A `MapMode` edge in the connection.","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"SCALAR","name":"Cursor","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The `MapMode` at the end of the edge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MapMode","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"MapModesOrderBy","description":"Methods to use when ordering `MapMode`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"GAME_MODE_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"GAME_MODE_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ID_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ID_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NATURAL","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PRIMARY_KEY_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PRIMARY_KEY_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"STAGE_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"STAGE_DESC","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"MapPool","description":null,"fields":[{"name":"mapModeByMapModeId","description":"Reads a single `MapMode` that is related to this `MapPool`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MapMode","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"mapModeId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentByTournamentIdentifier","description":"Reads a single `Tournament` that is related to this `MapPool`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Tournament","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentIdentifier","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"MapPoolCondition","description":"A condition to be used against `MapPool` object types. All fields are tested for equality and combined with a logical ‘and.’","fields":null,"inputFields":[{"name":"mapModeId","description":"Checks for equality with the object’s `mapModeId` field.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"tournamentIdentifier","description":"Checks for equality with the object’s `tournamentIdentifier` field.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"MapPoolInput","description":"An input for mutations affecting `MapPool`","fields":null,"inputFields":[{"name":"mapModeId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"tournamentIdentifier","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"MapPoolPatch","description":"Represents an update to a `MapPool`. Fields that are set will be updated.","fields":null,"inputFields":[{"name":"mapModeId","description":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"tournamentIdentifier","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"MapPoolsConnection","description":"A connection to a list of `MapPool` values.","fields":[{"name":"edges","description":"A list of edges which contains the `MapPool` and cursor to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MapPoolsEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of `MapPool` objects.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MapPool","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalCount","description":"The count of *all* `MapPool` you could get from the connection.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"MapPoolsEdge","description":"A `MapPool` edge in the connection.","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"SCALAR","name":"Cursor","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The `MapPool` at the end of the edge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MapPool","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"MapPoolsOrderBy","description":"Methods to use when ordering `MapPool`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"MAP_MODE_ID_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MAP_MODE_ID_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NATURAL","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TOURNAMENT_IDENTIFIER_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TOURNAMENT_IDENTIFIER_DESC","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"ModeEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CB","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"RM","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"SZ","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TW","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"Mutation","description":"The root mutation type which contains root level fields which mutate data.","fields":[{"name":"createAccount","description":"Creates a single `Account`.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateAccountInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CreateAccountPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createMapMode","description":"Creates a single `MapMode`.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateMapModeInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CreateMapModePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createMapPool","description":"Creates a single `MapPool`.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateMapPoolInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CreateMapPoolPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createOrganization","description":"Creates a single `Organization`.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateOrganizationInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CreateOrganizationPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createTournament","description":"Creates a single `Tournament`.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateTournamentInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CreateTournamentPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createTournamentTeam","description":"Creates a single `TournamentTeam`.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateTournamentTeamInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CreateTournamentTeamPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createTournamentTeamRoster","description":"Creates a single `TournamentTeamRoster`.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateTournamentTeamRosterInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CreateTournamentTeamRosterPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deleteAccount","description":"Deletes a single `Account` using its globally unique id.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"DeleteAccountInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"DeleteAccountPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deleteAccountById","description":"Deletes a single `Account` using a unique key.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"DeleteAccountByIdInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"DeleteAccountPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deleteMapMode","description":"Deletes a single `MapMode` using its globally unique id.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"DeleteMapModeInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"DeleteMapModePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deleteMapModeById","description":"Deletes a single `MapMode` using a unique key.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"DeleteMapModeByIdInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"DeleteMapModePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deleteMapModeByStageAndGameMode","description":"Deletes a single `MapMode` using a unique key.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"DeleteMapModeByStageAndGameModeInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"DeleteMapModePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deleteMapPoolByTournamentIdentifierAndMapModeId","description":"Deletes a single `MapPool` using a unique key.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"DeleteMapPoolByTournamentIdentifierAndMapModeIdInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"DeleteMapPoolPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deleteOrganization","description":"Deletes a single `Organization` using its globally unique id.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"DeleteOrganizationInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"DeleteOrganizationPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deleteOrganizationByIdentifier","description":"Deletes a single `Organization` using a unique key.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"DeleteOrganizationByIdentifierInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"DeleteOrganizationPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deleteTournament","description":"Deletes a single `Tournament` using its globally unique id.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"DeleteTournamentInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"DeleteTournamentPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deleteTournamentByIdentifier","description":"Deletes a single `Tournament` using a unique key.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"DeleteTournamentByIdentifierInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"DeleteTournamentPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deleteTournamentTeam","description":"Deletes a single `TournamentTeam` using its globally unique id.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"DeleteTournamentTeamInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"DeleteTournamentTeamPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deleteTournamentTeamById","description":"Deletes a single `TournamentTeam` using a unique key.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"DeleteTournamentTeamByIdInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"DeleteTournamentTeamPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deleteTournamentTeamByInviteCode","description":"Deletes a single `TournamentTeam` using a unique key.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"DeleteTournamentTeamByInviteCodeInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"DeleteTournamentTeamPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deleteTournamentTeamByNameAndTournamentIdentifier","description":"Deletes a single `TournamentTeam` using a unique key.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"DeleteTournamentTeamByNameAndTournamentIdentifierInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"DeleteTournamentTeamPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deleteTournamentTeamRosterByMemberIdAndTournamentTeamId","description":"Deletes a single `TournamentTeamRoster` using a unique key.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"DeleteTournamentTeamRosterByMemberIdAndTournamentTeamIdInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"DeleteTournamentTeamRosterPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updateAccount","description":"Updates a single `Account` using its globally unique id and a patch.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateAccountInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"UpdateAccountPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updateAccountById","description":"Updates a single `Account` using a unique key and a patch.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateAccountByIdInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"UpdateAccountPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updateMapMode","description":"Updates a single `MapMode` using its globally unique id and a patch.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateMapModeInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"UpdateMapModePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updateMapModeById","description":"Updates a single `MapMode` using a unique key and a patch.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateMapModeByIdInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"UpdateMapModePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updateMapModeByStageAndGameMode","description":"Updates a single `MapMode` using a unique key and a patch.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateMapModeByStageAndGameModeInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"UpdateMapModePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updateMapPoolByTournamentIdentifierAndMapModeId","description":"Updates a single `MapPool` using a unique key and a patch.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateMapPoolByTournamentIdentifierAndMapModeIdInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"UpdateMapPoolPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updateOrganization","description":"Updates a single `Organization` using its globally unique id and a patch.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateOrganizationInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"UpdateOrganizationPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updateOrganizationByIdentifier","description":"Updates a single `Organization` using a unique key and a patch.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateOrganizationByIdentifierInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"UpdateOrganizationPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updateTournament","description":"Updates a single `Tournament` using its globally unique id and a patch.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateTournamentInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"UpdateTournamentPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updateTournamentByIdentifier","description":"Updates a single `Tournament` using a unique key and a patch.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateTournamentByIdentifierInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"UpdateTournamentPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updateTournamentTeam","description":"Updates a single `TournamentTeam` using its globally unique id and a patch.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateTournamentTeamInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"UpdateTournamentTeamPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updateTournamentTeamById","description":"Updates a single `TournamentTeam` using a unique key and a patch.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateTournamentTeamByIdInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"UpdateTournamentTeamPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updateTournamentTeamByInviteCode","description":"Updates a single `TournamentTeam` using a unique key and a patch.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateTournamentTeamByInviteCodeInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"UpdateTournamentTeamPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updateTournamentTeamByNameAndTournamentIdentifier","description":"Updates a single `TournamentTeam` using a unique key and a patch.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateTournamentTeamByNameAndTournamentIdentifierInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"UpdateTournamentTeamPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updateTournamentTeamRosterByMemberIdAndTournamentTeamId","description":"Updates a single `TournamentTeamRoster` using a unique key and a patch.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateTournamentTeamRosterByMemberIdAndTournamentTeamIdInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"UpdateTournamentTeamRosterPayload","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"Node","description":"An object with a globally unique `ID`.","fields":[{"name":"nodeId","description":"A globally unique identifier. Can be used in various places throughout the system to identify this single value.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"Account","ofType":null},{"kind":"OBJECT","name":"MapMode","ofType":null},{"kind":"OBJECT","name":"Organization","ofType":null},{"kind":"OBJECT","name":"Query","ofType":null},{"kind":"OBJECT","name":"Tournament","ofType":null},{"kind":"OBJECT","name":"TournamentTeam","ofType":null}]},{"kind":"OBJECT","name":"Organization","description":null,"fields":[{"name":"accountByOwnerId","description":"Reads a single `Account` that is related to this `Organization`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Account","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":null,"args":[],"type":{"kind":"SCALAR","name":"Datetime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"discordInviteCode","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"discordInviteUrl","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"identifier","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"nodeId","description":"A globally unique identifier. Can be used in various places throughout the system to identify this single value.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"ownerId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentsByOrganizationIdentifier","description":"Reads and enables pagination through a set of `Tournament`.","args":[{"name":"after","description":"Read all values in the set after (below) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Read all values in the set before (above) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"condition","description":"A condition to be used in determining which values should be returned by the collection.","type":{"kind":"INPUT_OBJECT","name":"TournamentCondition","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Only read the first `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Only read the last `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"offset","description":"Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"orderBy","description":"The method to use when ordering `Tournament`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"TournamentsOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TournamentsConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"twitter","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"twitterUrl","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":null,"args":[],"type":{"kind":"SCALAR","name":"Datetime","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"OrganizationCondition","description":"A condition to be used against `Organization` object types. All fields are\ntested for equality and combined with a logical ‘and.’","fields":null,"inputFields":[{"name":"createdAt","description":"Checks for equality with the object’s `createdAt` field.","type":{"kind":"SCALAR","name":"Datetime","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"discordInviteCode","description":"Checks for equality with the object’s `discordInviteCode` field.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"identifier","description":"Checks for equality with the object’s `identifier` field.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"Checks for equality with the object’s `name` field.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"ownerId","description":"Checks for equality with the object’s `ownerId` field.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"twitter","description":"Checks for equality with the object’s `twitter` field.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":"Checks for equality with the object’s `updatedAt` field.","type":{"kind":"SCALAR","name":"Datetime","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"OrganizationInput","description":"An input for mutations affecting `Organization`","fields":null,"inputFields":[{"name":"createdAt","description":null,"type":{"kind":"SCALAR","name":"Datetime","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"discordInviteCode","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"identifier","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"ownerId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"twitter","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":null,"type":{"kind":"SCALAR","name":"Datetime","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"OrganizationPatch","description":"Represents an update to a `Organization`. Fields that are set will be updated.","fields":null,"inputFields":[{"name":"createdAt","description":null,"type":{"kind":"SCALAR","name":"Datetime","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"discordInviteCode","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"identifier","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"ownerId","description":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"twitter","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":null,"type":{"kind":"SCALAR","name":"Datetime","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"OrganizationsConnection","description":"A connection to a list of `Organization` values.","fields":[{"name":"edges","description":"A list of edges which contains the `Organization` and cursor to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrganizationsEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of `Organization` objects.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Organization","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalCount","description":"The count of *all* `Organization` you could get from the connection.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"OrganizationsEdge","description":"A `Organization` edge in the connection.","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"SCALAR","name":"Cursor","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The `Organization` at the end of the edge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Organization","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"OrganizationsOrderBy","description":"Methods to use when ordering `Organization`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CREATED_AT_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CREATED_AT_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DISCORD_INVITE_CODE_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DISCORD_INVITE_CODE_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"IDENTIFIER_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"IDENTIFIER_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NAME_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NAME_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NATURAL","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"OWNER_ID_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"OWNER_ID_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PRIMARY_KEY_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PRIMARY_KEY_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TWITTER_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TWITTER_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"UPDATED_AT_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"UPDATED_AT_DESC","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"PageInfo","description":"Information about pagination in a connection.","fields":[{"name":"endCursor","description":"When paginating forwards, the cursor to continue.","args":[],"type":{"kind":"SCALAR","name":"Cursor","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"hasNextPage","description":"When paginating forwards, are there more items?","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"hasPreviousPage","description":"When paginating backwards, are there more items?","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"startCursor","description":"When paginating backwards, the cursor to continue.","args":[],"type":{"kind":"SCALAR","name":"Cursor","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Query","description":"The root query type which gives access points into the data universe.","fields":[{"name":"account","description":"Reads a single `Account` using its globally unique `ID`.","args":[{"name":"nodeId","description":"The globally unique `ID` to be used in selecting a single `Account`.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Account","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"accountById","description":null,"args":[{"name":"id","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Account","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"allAccounts","description":"Reads and enables pagination through a set of `Account`.","args":[{"name":"after","description":"Read all values in the set after (below) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Read all values in the set before (above) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"condition","description":"A condition to be used in determining which values should be returned by the collection.","type":{"kind":"INPUT_OBJECT","name":"AccountCondition","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Only read the first `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Only read the last `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"offset","description":"Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"orderBy","description":"The method to use when ordering `Account`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AccountsOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"AccountsConnection","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"allMapModes","description":"Reads and enables pagination through a set of `MapMode`.","args":[{"name":"after","description":"Read all values in the set after (below) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Read all values in the set before (above) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"condition","description":"A condition to be used in determining which values should be returned by the collection.","type":{"kind":"INPUT_OBJECT","name":"MapModeCondition","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Only read the first `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Only read the last `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"offset","description":"Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"orderBy","description":"The method to use when ordering `MapMode`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"MapModesOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"MapModesConnection","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"allMapPools","description":"Reads and enables pagination through a set of `MapPool`.","args":[{"name":"after","description":"Read all values in the set after (below) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Read all values in the set before (above) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"condition","description":"A condition to be used in determining which values should be returned by the collection.","type":{"kind":"INPUT_OBJECT","name":"MapPoolCondition","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Only read the first `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Only read the last `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"offset","description":"Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"orderBy","description":"The method to use when ordering `MapPool`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"MapPoolsOrderBy","ofType":null}}},"defaultValue":"[NATURAL]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"MapPoolsConnection","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"allOrganizations","description":"Reads and enables pagination through a set of `Organization`.","args":[{"name":"after","description":"Read all values in the set after (below) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Read all values in the set before (above) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"condition","description":"A condition to be used in determining which values should be returned by the collection.","type":{"kind":"INPUT_OBJECT","name":"OrganizationCondition","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Only read the first `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Only read the last `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"offset","description":"Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"orderBy","description":"The method to use when ordering `Organization`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"OrganizationsOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"OrganizationsConnection","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"allTournamentTeamRosters","description":"Reads and enables pagination through a set of `TournamentTeamRoster`.","args":[{"name":"after","description":"Read all values in the set after (below) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Read all values in the set before (above) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"condition","description":"A condition to be used in determining which values should be returned by the collection.","type":{"kind":"INPUT_OBJECT","name":"TournamentTeamRosterCondition","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Only read the first `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Only read the last `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"offset","description":"Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"orderBy","description":"The method to use when ordering `TournamentTeamRoster`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"TournamentTeamRostersOrderBy","ofType":null}}},"defaultValue":"[NATURAL]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"TournamentTeamRostersConnection","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"allTournamentTeams","description":"Reads and enables pagination through a set of `TournamentTeam`.","args":[{"name":"after","description":"Read all values in the set after (below) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Read all values in the set before (above) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"condition","description":"A condition to be used in determining which values should be returned by the collection.","type":{"kind":"INPUT_OBJECT","name":"TournamentTeamCondition","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Only read the first `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Only read the last `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"offset","description":"Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"orderBy","description":"The method to use when ordering `TournamentTeam`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"TournamentTeamsOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"TournamentTeamsConnection","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"allTournaments","description":"Reads and enables pagination through a set of `Tournament`.","args":[{"name":"after","description":"Read all values in the set after (below) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Read all values in the set before (above) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"condition","description":"A condition to be used in determining which values should be returned by the collection.","type":{"kind":"INPUT_OBJECT","name":"TournamentCondition","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Only read the first `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Only read the last `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"offset","description":"Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"orderBy","description":"The method to use when ordering `Tournament`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"TournamentsOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"TournamentsConnection","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"mapMode","description":"Reads a single `MapMode` using its globally unique `ID`.","args":[{"name":"nodeId","description":"The globally unique `ID` to be used in selecting a single `MapMode`.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"MapMode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"mapModeById","description":null,"args":[{"name":"id","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"MapMode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"mapModeByStageAndGameMode","description":null,"args":[{"name":"gameMode","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ModeEnum","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"stage","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"MapMode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"mapPoolByTournamentIdentifierAndMapModeId","description":null,"args":[{"name":"mapModeId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"tournamentIdentifier","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"MapPool","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"Fetches an object given its globally unique `ID`.","args":[{"name":"nodeId","description":"The globally unique `ID`.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"INTERFACE","name":"Node","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"nodeId","description":"The root query type must be a `Node` to work well with Relay 1 mutations. This just resolves to `query`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"organization","description":"Reads a single `Organization` using its globally unique `ID`.","args":[{"name":"nodeId","description":"The globally unique `ID` to be used in selecting a single `Organization`.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Organization","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"organizationByIdentifier","description":null,"args":[{"name":"identifier","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Organization","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Exposes the root query type nested one level down. This is helpful for Relay 1\nwhich can only query top level fields if they are in a particular form.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Query","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tournament","description":"Reads a single `Tournament` using its globally unique `ID`.","args":[{"name":"nodeId","description":"The globally unique `ID` to be used in selecting a single `Tournament`.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Tournament","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentByIdentifier","description":null,"args":[{"name":"identifier","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Tournament","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeam","description":"Reads a single `TournamentTeam` using its globally unique `ID`.","args":[{"name":"nodeId","description":"The globally unique `ID` to be used in selecting a single `TournamentTeam`.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"TournamentTeam","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamById","description":null,"args":[{"name":"id","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"TournamentTeam","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamByInviteCode","description":null,"args":[{"name":"inviteCode","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"TournamentTeam","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamByNameAndTournamentIdentifier","description":null,"args":[{"name":"name","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"tournamentIdentifier","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"TournamentTeam","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamRosterByMemberIdAndTournamentTeamId","description":null,"args":[{"name":"memberId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"TournamentTeamRoster","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"String","description":"The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Tournament","description":null,"fields":[{"name":"bannerBackground","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"bannerTextHslArgs","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"checkInTime","description":null,"args":[],"type":{"kind":"SCALAR","name":"Datetime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":null,"args":[],"type":{"kind":"SCALAR","name":"Datetime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"identifier","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"mapPoolsByTournamentIdentifier","description":"Reads and enables pagination through a set of `MapPool`.","args":[{"name":"after","description":"Read all values in the set after (below) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Read all values in the set before (above) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"condition","description":"A condition to be used in determining which values should be returned by the collection.","type":{"kind":"INPUT_OBJECT","name":"MapPoolCondition","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Only read the first `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Only read the last `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"offset","description":"Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"orderBy","description":"The method to use when ordering `MapPool`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"MapPoolsOrderBy","ofType":null}}},"defaultValue":"[NATURAL]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MapPoolsConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"nodeId","description":"A globally unique identifier. Can be used in various places throughout the system to identify this single value.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"organizationByOrganizationIdentifier","description":"Reads a single `Organization` that is related to this `Tournament`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Organization","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"organizationIdentifier","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"startTime","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Datetime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"textColor","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamsByTournamentIdentifier","description":"Reads and enables pagination through a set of `TournamentTeam`.","args":[{"name":"after","description":"Read all values in the set after (below) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Read all values in the set before (above) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"condition","description":"A condition to be used in determining which values should be returned by the collection.","type":{"kind":"INPUT_OBJECT","name":"TournamentTeamCondition","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Only read the first `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Only read the last `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"offset","description":"Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"orderBy","description":"The method to use when ordering `TournamentTeam`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"TournamentTeamsOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TournamentTeamsConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":null,"args":[],"type":{"kind":"SCALAR","name":"Datetime","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"TournamentCondition","description":"A condition to be used against `Tournament` object types. All fields are tested\nfor equality and combined with a logical ‘and.’","fields":null,"inputFields":[{"name":"bannerBackground","description":"Checks for equality with the object’s `bannerBackground` field.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"bannerTextHslArgs","description":"Checks for equality with the object’s `bannerTextHslArgs` field.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"checkInTime","description":"Checks for equality with the object’s `checkInTime` field.","type":{"kind":"SCALAR","name":"Datetime","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"Checks for equality with the object’s `createdAt` field.","type":{"kind":"SCALAR","name":"Datetime","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"Checks for equality with the object’s `description` field.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"identifier","description":"Checks for equality with the object’s `identifier` field.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"Checks for equality with the object’s `name` field.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"organizationIdentifier","description":"Checks for equality with the object’s `organizationIdentifier` field.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"startTime","description":"Checks for equality with the object’s `startTime` field.","type":{"kind":"SCALAR","name":"Datetime","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":"Checks for equality with the object’s `updatedAt` field.","type":{"kind":"SCALAR","name":"Datetime","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"TournamentInput","description":"An input for mutations affecting `Tournament`","fields":null,"inputFields":[{"name":"bannerBackground","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"bannerTextHslArgs","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"checkInTime","description":null,"type":{"kind":"SCALAR","name":"Datetime","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":null,"type":{"kind":"SCALAR","name":"Datetime","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"identifier","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"organizationIdentifier","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"startTime","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Datetime","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":null,"type":{"kind":"SCALAR","name":"Datetime","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"TournamentPatch","description":"Represents an update to a `Tournament`. Fields that are set will be updated.","fields":null,"inputFields":[{"name":"bannerBackground","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"bannerTextHslArgs","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"checkInTime","description":null,"type":{"kind":"SCALAR","name":"Datetime","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":null,"type":{"kind":"SCALAR","name":"Datetime","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"identifier","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"organizationIdentifier","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"startTime","description":null,"type":{"kind":"SCALAR","name":"Datetime","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":null,"type":{"kind":"SCALAR","name":"Datetime","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"TournamentTeam","description":null,"fields":[{"name":"checkedIn","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"inviteCode","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"nodeId","description":"A globally unique identifier. Can be used in various places throughout the system to identify this single value.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentByTournamentIdentifier","description":"Reads a single `Tournament` that is related to this `TournamentTeam`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Tournament","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentIdentifier","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamRostersByTournamentTeamId","description":"Reads and enables pagination through a set of `TournamentTeamRoster`.","args":[{"name":"after","description":"Read all values in the set after (below) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Read all values in the set before (above) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"condition","description":"A condition to be used in determining which values should be returned by the collection.","type":{"kind":"INPUT_OBJECT","name":"TournamentTeamRosterCondition","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Only read the first `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Only read the last `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"offset","description":"Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"orderBy","description":"The method to use when ordering `TournamentTeamRoster`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"TournamentTeamRostersOrderBy","ofType":null}}},"defaultValue":"[NATURAL]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TournamentTeamRostersConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"TournamentTeamCondition","description":"A condition to be used against `TournamentTeam` object types. All fields are\ntested for equality and combined with a logical ‘and.’","fields":null,"inputFields":[{"name":"checkedIn","description":"Checks for equality with the object’s `checkedIn` field.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"Checks for equality with the object’s `id` field.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"inviteCode","description":"Checks for equality with the object’s `inviteCode` field.","type":{"kind":"SCALAR","name":"UUID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"Checks for equality with the object’s `name` field.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"tournamentIdentifier","description":"Checks for equality with the object’s `tournamentIdentifier` field.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"TournamentTeamInput","description":"An input for mutations affecting `TournamentTeam`","fields":null,"inputFields":[{"name":"checkedIn","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"id","description":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"inviteCode","description":null,"type":{"kind":"SCALAR","name":"UUID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"tournamentIdentifier","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"TournamentTeamPatch","description":"Represents an update to a `TournamentTeam`. Fields that are set will be updated.","fields":null,"inputFields":[{"name":"checkedIn","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"id","description":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"inviteCode","description":null,"type":{"kind":"SCALAR","name":"UUID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"tournamentIdentifier","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"TournamentTeamRoster","description":null,"fields":[{"name":"accountByMemberId","description":"Reads a single `Account` that is related to this `TournamentTeamRoster`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Account","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"captain","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"memberId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamByTournamentTeamId","description":"Reads a single `TournamentTeam` that is related to this `TournamentTeamRoster`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TournamentTeam","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"TournamentTeamRosterCondition","description":"A condition to be used against `TournamentTeamRoster` object types. All fields\nare tested for equality and combined with a logical ‘and.’","fields":null,"inputFields":[{"name":"captain","description":"Checks for equality with the object’s `captain` field.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"memberId","description":"Checks for equality with the object’s `memberId` field.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamId","description":"Checks for equality with the object’s `tournamentTeamId` field.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"TournamentTeamRosterInput","description":"An input for mutations affecting `TournamentTeamRoster`","fields":null,"inputFields":[{"name":"captain","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"memberId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"TournamentTeamRosterPatch","description":"Represents an update to a `TournamentTeamRoster`. Fields that are set will be updated.","fields":null,"inputFields":[{"name":"captain","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"memberId","description":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamId","description":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"TournamentTeamRostersConnection","description":"A connection to a list of `TournamentTeamRoster` values.","fields":[{"name":"edges","description":"A list of edges which contains the `TournamentTeamRoster` and cursor to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TournamentTeamRostersEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of `TournamentTeamRoster` objects.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TournamentTeamRoster","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalCount","description":"The count of *all* `TournamentTeamRoster` you could get from the connection.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"TournamentTeamRostersEdge","description":"A `TournamentTeamRoster` edge in the connection.","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"SCALAR","name":"Cursor","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The `TournamentTeamRoster` at the end of the edge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TournamentTeamRoster","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"TournamentTeamRostersOrderBy","description":"Methods to use when ordering `TournamentTeamRoster`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CAPTAIN_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CAPTAIN_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MEMBER_ID_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MEMBER_ID_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NATURAL","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TOURNAMENT_TEAM_ID_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TOURNAMENT_TEAM_ID_DESC","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"TournamentTeamsConnection","description":"A connection to a list of `TournamentTeam` values.","fields":[{"name":"edges","description":"A list of edges which contains the `TournamentTeam` and cursor to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TournamentTeamsEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of `TournamentTeam` objects.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TournamentTeam","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalCount","description":"The count of *all* `TournamentTeam` you could get from the connection.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"TournamentTeamsEdge","description":"A `TournamentTeam` edge in the connection.","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"SCALAR","name":"Cursor","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The `TournamentTeam` at the end of the edge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TournamentTeam","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"TournamentTeamsOrderBy","description":"Methods to use when ordering `TournamentTeam`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CHECKED_IN_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CHECKED_IN_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ID_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ID_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"INVITE_CODE_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"INVITE_CODE_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NAME_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NAME_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NATURAL","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PRIMARY_KEY_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PRIMARY_KEY_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TOURNAMENT_IDENTIFIER_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TOURNAMENT_IDENTIFIER_DESC","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"TournamentsConnection","description":"A connection to a list of `Tournament` values.","fields":[{"name":"edges","description":"A list of edges which contains the `Tournament` and cursor to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TournamentsEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of `Tournament` objects.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Tournament","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalCount","description":"The count of *all* `Tournament` you could get from the connection.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"TournamentsEdge","description":"A `Tournament` edge in the connection.","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"SCALAR","name":"Cursor","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The `Tournament` at the end of the edge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Tournament","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"TournamentsOrderBy","description":"Methods to use when ordering `Tournament`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"BANNER_BACKGROUND_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"BANNER_BACKGROUND_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"BANNER_TEXT_HSL_ARGS_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"BANNER_TEXT_HSL_ARGS_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CHECK_IN_TIME_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CHECK_IN_TIME_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CREATED_AT_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CREATED_AT_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DESCRIPTION_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DESCRIPTION_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"IDENTIFIER_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"IDENTIFIER_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NAME_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NAME_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NATURAL","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ORGANIZATION_IDENTIFIER_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ORGANIZATION_IDENTIFIER_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PRIMARY_KEY_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PRIMARY_KEY_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"START_TIME_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"START_TIME_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"UPDATED_AT_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"UPDATED_AT_DESC","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"SCALAR","name":"UUID","description":"A universally unique identifier as defined by [RFC 4122](https://tools.ietf.org/html/rfc4122).","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateAccountByIdInput","description":"All input for the `updateAccountById` mutation.","fields":null,"inputFields":[{"name":"accountPatch","description":"An object where the defined keys will be set on the `Account` being updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AccountPatch","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"id","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateAccountInput","description":"All input for the `updateAccount` mutation.","fields":null,"inputFields":[{"name":"accountPatch","description":"An object where the defined keys will be set on the `Account` being updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AccountPatch","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"nodeId","description":"The globally unique `ID` which will identify a single `Account` to be updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UpdateAccountPayload","description":"The output of our update `Account` mutation.","fields":[{"name":"account","description":"The `Account` that was updated by this mutation.","args":[],"type":{"kind":"OBJECT","name":"Account","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"accountEdge","description":"An edge for our `Account`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `Account`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AccountsOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"AccountsEdge","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateMapModeByIdInput","description":"All input for the `updateMapModeById` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"id","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"mapModePatch","description":"An object where the defined keys will be set on the `MapMode` being updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"MapModePatch","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateMapModeByStageAndGameModeInput","description":"All input for the `updateMapModeByStageAndGameMode` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"gameMode","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ModeEnum","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"mapModePatch","description":"An object where the defined keys will be set on the `MapMode` being updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"MapModePatch","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"stage","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateMapModeInput","description":"All input for the `updateMapMode` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"mapModePatch","description":"An object where the defined keys will be set on the `MapMode` being updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"MapModePatch","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"nodeId","description":"The globally unique `ID` which will identify a single `MapMode` to be updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UpdateMapModePayload","description":"The output of our update `MapMode` mutation.","fields":[{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"mapMode","description":"The `MapMode` that was updated by this mutation.","args":[],"type":{"kind":"OBJECT","name":"MapMode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"mapModeEdge","description":"An edge for our `MapMode`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `MapMode`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"MapModesOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"MapModesEdge","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateMapPoolByTournamentIdentifierAndMapModeIdInput","description":"All input for the `updateMapPoolByTournamentIdentifierAndMapModeId` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"mapModeId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"mapPoolPatch","description":"An object where the defined keys will be set on the `MapPool` being updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"MapPoolPatch","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"tournamentIdentifier","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UpdateMapPoolPayload","description":"The output of our update `MapPool` mutation.","fields":[{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"mapModeByMapModeId","description":"Reads a single `MapMode` that is related to this `MapPool`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MapMode","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"mapPool","description":"The `MapPool` that was updated by this mutation.","args":[],"type":{"kind":"OBJECT","name":"MapPool","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"mapPoolEdge","description":"An edge for our `MapPool`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `MapPool`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"MapPoolsOrderBy","ofType":null}}},"defaultValue":"[NATURAL]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"MapPoolsEdge","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentByTournamentIdentifier","description":"Reads a single `Tournament` that is related to this `MapPool`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Tournament","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateOrganizationByIdentifierInput","description":"All input for the `updateOrganizationByIdentifier` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"identifier","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"organizationPatch","description":"An object where the defined keys will be set on the `Organization` being updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"OrganizationPatch","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateOrganizationInput","description":"All input for the `updateOrganization` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"nodeId","description":"The globally unique `ID` which will identify a single `Organization` to be updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"organizationPatch","description":"An object where the defined keys will be set on the `Organization` being updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"OrganizationPatch","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UpdateOrganizationPayload","description":"The output of our update `Organization` mutation.","fields":[{"name":"accountByOwnerId","description":"Reads a single `Account` that is related to this `Organization`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Account","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"organization","description":"The `Organization` that was updated by this mutation.","args":[],"type":{"kind":"OBJECT","name":"Organization","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"organizationEdge","description":"An edge for our `Organization`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `Organization`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"OrganizationsOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"OrganizationsEdge","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateTournamentByIdentifierInput","description":"All input for the `updateTournamentByIdentifier` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"identifier","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"tournamentPatch","description":"An object where the defined keys will be set on the `Tournament` being updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"TournamentPatch","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateTournamentInput","description":"All input for the `updateTournament` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"nodeId","description":"The globally unique `ID` which will identify a single `Tournament` to be updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"tournamentPatch","description":"An object where the defined keys will be set on the `Tournament` being updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"TournamentPatch","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UpdateTournamentPayload","description":"The output of our update `Tournament` mutation.","fields":[{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"organizationByOrganizationIdentifier","description":"Reads a single `Organization` that is related to this `Tournament`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Organization","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tournament","description":"The `Tournament` that was updated by this mutation.","args":[],"type":{"kind":"OBJECT","name":"Tournament","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentEdge","description":"An edge for our `Tournament`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `Tournament`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"TournamentsOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"TournamentsEdge","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateTournamentTeamByIdInput","description":"All input for the `updateTournamentTeamById` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"id","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamPatch","description":"An object where the defined keys will be set on the `TournamentTeam` being updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"TournamentTeamPatch","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateTournamentTeamByInviteCodeInput","description":"All input for the `updateTournamentTeamByInviteCode` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"inviteCode","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamPatch","description":"An object where the defined keys will be set on the `TournamentTeam` being updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"TournamentTeamPatch","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateTournamentTeamByNameAndTournamentIdentifierInput","description":"All input for the `updateTournamentTeamByNameAndTournamentIdentifier` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"tournamentIdentifier","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamPatch","description":"An object where the defined keys will be set on the `TournamentTeam` being updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"TournamentTeamPatch","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateTournamentTeamInput","description":"All input for the `updateTournamentTeam` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"nodeId","description":"The globally unique `ID` which will identify a single `TournamentTeam` to be updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamPatch","description":"An object where the defined keys will be set on the `TournamentTeam` being updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"TournamentTeamPatch","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UpdateTournamentTeamPayload","description":"The output of our update `TournamentTeam` mutation.","fields":[{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentByTournamentIdentifier","description":"Reads a single `Tournament` that is related to this `TournamentTeam`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Tournament","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeam","description":"The `TournamentTeam` that was updated by this mutation.","args":[],"type":{"kind":"OBJECT","name":"TournamentTeam","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamEdge","description":"An edge for our `TournamentTeam`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `TournamentTeam`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"TournamentTeamsOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"TournamentTeamsEdge","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateTournamentTeamRosterByMemberIdAndTournamentTeamIdInput","description":"All input for the `updateTournamentTeamRosterByMemberIdAndTournamentTeamId` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"memberId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamRosterPatch","description":"An object where the defined keys will be set on the `TournamentTeamRoster` being updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"TournamentTeamRosterPatch","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UpdateTournamentTeamRosterPayload","description":"The output of our update `TournamentTeamRoster` mutation.","fields":[{"name":"accountByMemberId","description":"Reads a single `Account` that is related to this `TournamentTeamRoster`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Account","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamByTournamentTeamId","description":"Reads a single `TournamentTeam` that is related to this `TournamentTeamRoster`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TournamentTeam","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamRoster","description":"The `TournamentTeamRoster` that was updated by this mutation.","args":[],"type":{"kind":"OBJECT","name":"TournamentTeamRoster","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamRosterEdge","description":"An edge for our `TournamentTeamRoster`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `TournamentTeamRoster`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"TournamentTeamRostersOrderBy","ofType":null}}},"defaultValue":"[NATURAL]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"TournamentTeamRostersEdge","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"__Directive","description":"A Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document.\n\nIn some cases, you need to provide options to alter GraphQL's execution behavior in ways field arguments will not suffice, such as conditionally including or skipping a field. Directives provide this by describing additional information to the executor.","fields":[{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"isRepeatable","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"locations","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"__DirectiveLocation","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"args","description":null,"args":[{"name":"includeDeprecated","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__InputValue","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"__DirectiveLocation","description":"A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"QUERY","description":"Location adjacent to a query operation.","isDeprecated":false,"deprecationReason":null},{"name":"MUTATION","description":"Location adjacent to a mutation operation.","isDeprecated":false,"deprecationReason":null},{"name":"SUBSCRIPTION","description":"Location adjacent to a subscription operation.","isDeprecated":false,"deprecationReason":null},{"name":"FIELD","description":"Location adjacent to a field.","isDeprecated":false,"deprecationReason":null},{"name":"FRAGMENT_DEFINITION","description":"Location adjacent to a fragment definition.","isDeprecated":false,"deprecationReason":null},{"name":"FRAGMENT_SPREAD","description":"Location adjacent to a fragment spread.","isDeprecated":false,"deprecationReason":null},{"name":"INLINE_FRAGMENT","description":"Location adjacent to an inline fragment.","isDeprecated":false,"deprecationReason":null},{"name":"VARIABLE_DEFINITION","description":"Location adjacent to a variable definition.","isDeprecated":false,"deprecationReason":null},{"name":"SCHEMA","description":"Location adjacent to a schema definition.","isDeprecated":false,"deprecationReason":null},{"name":"SCALAR","description":"Location adjacent to a scalar definition.","isDeprecated":false,"deprecationReason":null},{"name":"OBJECT","description":"Location adjacent to an object type definition.","isDeprecated":false,"deprecationReason":null},{"name":"FIELD_DEFINITION","description":"Location adjacent to a field definition.","isDeprecated":false,"deprecationReason":null},{"name":"ARGUMENT_DEFINITION","description":"Location adjacent to an argument definition.","isDeprecated":false,"deprecationReason":null},{"name":"INTERFACE","description":"Location adjacent to an interface definition.","isDeprecated":false,"deprecationReason":null},{"name":"UNION","description":"Location adjacent to a union definition.","isDeprecated":false,"deprecationReason":null},{"name":"ENUM","description":"Location adjacent to an enum definition.","isDeprecated":false,"deprecationReason":null},{"name":"ENUM_VALUE","description":"Location adjacent to an enum value definition.","isDeprecated":false,"deprecationReason":null},{"name":"INPUT_OBJECT","description":"Location adjacent to an input object type definition.","isDeprecated":false,"deprecationReason":null},{"name":"INPUT_FIELD_DEFINITION","description":"Location adjacent to an input object field definition.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"__EnumValue","description":"One possible value for a given Enum. Enum values are unique values, not a placeholder for a string or numeric value. However an Enum value is returned in a JSON response as a string.","fields":[{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"isDeprecated","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deprecationReason","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"__Field","description":"Object and Interface types are described by a list of Fields, each of which has a name, potentially a list of arguments, and a return type.","fields":[{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"args","description":null,"args":[{"name":"includeDeprecated","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__InputValue","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Type","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"isDeprecated","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deprecationReason","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"__InputValue","description":"Arguments provided to Fields or Directives and the input fields of an InputObject are represented as Input Values which describe their type and optionally a default value.","fields":[{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Type","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"defaultValue","description":"A GraphQL-formatted string representing the default value for this input value.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"isDeprecated","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deprecationReason","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"__Schema","description":"A GraphQL Schema defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, as well as the entry points for query, mutation, and subscription operations.","fields":[{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"types","description":"A list of all types supported by this server.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Type","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"queryType","description":"The type that query operations will be rooted at.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Type","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"mutationType","description":"If this server supports mutation, the type that mutation operations will be rooted at.","args":[],"type":{"kind":"OBJECT","name":"__Type","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"subscriptionType","description":"If this server support subscription, the type that subscription operations will be rooted at.","args":[],"type":{"kind":"OBJECT","name":"__Type","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"directives","description":"A list of all directives supported by this server.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Directive","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"__Type","description":"The fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the `__TypeKind` enum.\n\nDepending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name, description and optional `specifiedByUrl`, while Enum types provide their values. Object and Interface types provide the fields they describe. Abstract types, Union and Interface, provide the Object types possible at runtime. List and NonNull types compose other types.","fields":[{"name":"kind","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"__TypeKind","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"specifiedByUrl","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"fields","description":null,"args":[{"name":"includeDeprecated","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Field","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"interfaces","description":null,"args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Type","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"possibleTypes","description":null,"args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Type","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"enumValues","description":null,"args":[{"name":"includeDeprecated","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__EnumValue","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"inputFields","description":null,"args":[{"name":"includeDeprecated","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__InputValue","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"ofType","description":null,"args":[],"type":{"kind":"OBJECT","name":"__Type","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"__TypeKind","description":"An enum describing what kind of type a given `__Type` is.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"SCALAR","description":"Indicates this type is a scalar.","isDeprecated":false,"deprecationReason":null},{"name":"OBJECT","description":"Indicates this type is an object. `fields` and `interfaces` are valid fields.","isDeprecated":false,"deprecationReason":null},{"name":"INTERFACE","description":"Indicates this type is an interface. `fields`, `interfaces`, and `possibleTypes` are valid fields.","isDeprecated":false,"deprecationReason":null},{"name":"UNION","description":"Indicates this type is a union. `possibleTypes` is a valid field.","isDeprecated":false,"deprecationReason":null},{"name":"ENUM","description":"Indicates this type is an enum. `enumValues` is a valid field.","isDeprecated":false,"deprecationReason":null},{"name":"INPUT_OBJECT","description":"Indicates this type is an input object. `inputFields` is a valid field.","isDeprecated":false,"deprecationReason":null},{"name":"LIST","description":"Indicates this type is a list. `ofType` is a valid field.","isDeprecated":false,"deprecationReason":null},{"name":"NON_NULL","description":"Indicates this type is a non-null. `ofType` is a valid field.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null}],"directives":[{"name":"deprecated","description":"Marks an element of a GraphQL schema as no longer supported.","isRepeatable":false,"locations":["ARGUMENT_DEFINITION","ENUM_VALUE","FIELD_DEFINITION","INPUT_FIELD_DEFINITION"],"args":[{"name":"reason","description":"Explains why this element was deprecated, usually also including a suggestion for how to access supported similar data. Formatted using the Markdown syntax, as specified by [CommonMark](https://commonmark.org/).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":"\"No longer supported\"","isDeprecated":false,"deprecationReason":null}]},{"name":"include","description":"Directs the executor to include this field or fragment only when the `if` argument is true.","isRepeatable":false,"locations":["FIELD","FRAGMENT_SPREAD","INLINE_FRAGMENT"],"args":[{"name":"if","description":"Included when true.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}]},{"name":"skip","description":"Directs the executor to skip this field or fragment when the `if` argument is true.","isRepeatable":false,"locations":["FIELD","FRAGMENT_SPREAD","INLINE_FRAGMENT"],"args":[{"name":"if","description":"Skipped when true.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}]},{"name":"specifiedBy","description":"Exposes a URL that specifies the behaviour of this scalar.","isRepeatable":false,"locations":["SCALAR"],"args":[{"name":"url","description":"The URL that specifies the behaviour of this scalar.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}]}]}} \ No newline at end of file +{"__schema":{"queryType":{"name":"Query"},"mutationType":{"name":"Mutation"},"subscriptionType":null,"types":[{"kind":"OBJECT","name":"Account","description":null,"fields":[{"name":"createdAt","description":null,"args":[],"type":{"kind":"SCALAR","name":"Datetime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"discordAvatar","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"discordDiscriminator","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"discordFullUsername","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"discordId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"discordUsername","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"nodeId","description":"A globally unique identifier. Can be used in various places throughout the system to identify this single value.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"organizationsByOwnerId","description":"Reads and enables pagination through a set of `Organization`.","args":[{"name":"after","description":"Read all values in the set after (below) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Read all values in the set before (above) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"condition","description":"A condition to be used in determining which values should be returned by the collection.","type":{"kind":"INPUT_OBJECT","name":"OrganizationCondition","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Only read the first `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Only read the last `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"offset","description":"Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"orderBy","description":"The method to use when ordering `Organization`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"OrganizationsOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrganizationsConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamRostersByMemberId","description":"Reads and enables pagination through a set of `TournamentTeamRoster`.","args":[{"name":"after","description":"Read all values in the set after (below) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Read all values in the set before (above) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"condition","description":"A condition to be used in determining which values should be returned by the collection.","type":{"kind":"INPUT_OBJECT","name":"TournamentTeamRosterCondition","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Only read the first `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Only read the last `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"offset","description":"Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"orderBy","description":"The method to use when ordering `TournamentTeamRoster`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"TournamentTeamRostersOrderBy","ofType":null}}},"defaultValue":"[NATURAL]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TournamentTeamRostersConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"twitch","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"twitter","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":null,"args":[],"type":{"kind":"SCALAR","name":"Datetime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"youtubeId","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"youtubeName","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"AccountCondition","description":"A condition to be used against `Account` object types. All fields are tested for equality and combined with a logical ‘and.’","fields":null,"inputFields":[{"name":"createdAt","description":"Checks for equality with the object’s `createdAt` field.","type":{"kind":"SCALAR","name":"Datetime","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"discordAvatar","description":"Checks for equality with the object’s `discordAvatar` field.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"discordDiscriminator","description":"Checks for equality with the object’s `discordDiscriminator` field.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"discordId","description":"Checks for equality with the object’s `discordId` field.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"discordUsername","description":"Checks for equality with the object’s `discordUsername` field.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"Checks for equality with the object’s `id` field.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"twitch","description":"Checks for equality with the object’s `twitch` field.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"twitter","description":"Checks for equality with the object’s `twitter` field.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":"Checks for equality with the object’s `updatedAt` field.","type":{"kind":"SCALAR","name":"Datetime","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"youtubeId","description":"Checks for equality with the object’s `youtubeId` field.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"youtubeName","description":"Checks for equality with the object’s `youtubeName` field.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"AccountInput","description":"An input for mutations affecting `Account`","fields":null,"inputFields":[{"name":"createdAt","description":null,"type":{"kind":"SCALAR","name":"Datetime","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"discordAvatar","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"discordDiscriminator","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"discordId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"discordUsername","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"id","description":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"twitch","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"twitter","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":null,"type":{"kind":"SCALAR","name":"Datetime","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"youtubeId","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"youtubeName","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"AccountPatch","description":"Represents an update to a `Account`. Fields that are set will be updated.","fields":null,"inputFields":[{"name":"createdAt","description":null,"type":{"kind":"SCALAR","name":"Datetime","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"discordAvatar","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"discordDiscriminator","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"discordId","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"discordUsername","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"id","description":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"twitch","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"twitter","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":null,"type":{"kind":"SCALAR","name":"Datetime","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"youtubeId","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"youtubeName","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AccountsConnection","description":"A connection to a list of `Account` values.","fields":[{"name":"edges","description":"A list of edges which contains the `Account` and cursor to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AccountsEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of `Account` objects.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Account","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalCount","description":"The count of *all* `Account` you could get from the connection.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AccountsEdge","description":"A `Account` edge in the connection.","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"SCALAR","name":"Cursor","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The `Account` at the end of the edge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Account","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"AccountsOrderBy","description":"Methods to use when ordering `Account`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CREATED_AT_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CREATED_AT_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DISCORD_AVATAR_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DISCORD_AVATAR_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DISCORD_DISCRIMINATOR_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DISCORD_DISCRIMINATOR_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DISCORD_ID_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DISCORD_ID_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DISCORD_USERNAME_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DISCORD_USERNAME_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ID_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ID_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NATURAL","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PRIMARY_KEY_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PRIMARY_KEY_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TWITCH_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TWITCH_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TWITTER_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TWITTER_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"UPDATED_AT_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"UPDATED_AT_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"YOUTUBE_ID_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"YOUTUBE_ID_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"YOUTUBE_NAME_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"YOUTUBE_NAME_DESC","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"SCALAR","name":"Boolean","description":"The `Boolean` scalar type represents `true` or `false`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreateAccountInput","description":"All input for the create `Account` mutation.","fields":null,"inputFields":[{"name":"account","description":"The `Account` to be created by this mutation.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AccountInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CreateAccountPayload","description":"The output of our create `Account` mutation.","fields":[{"name":"account","description":"The `Account` that was created by this mutation.","args":[],"type":{"kind":"OBJECT","name":"Account","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"accountEdge","description":"An edge for our `Account`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `Account`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AccountsOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"AccountsEdge","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreateMapModeInput","description":"All input for the create `MapMode` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"mapMode","description":"The `MapMode` to be created by this mutation.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"MapModeInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CreateMapModePayload","description":"The output of our create `MapMode` mutation.","fields":[{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"mapMode","description":"The `MapMode` that was created by this mutation.","args":[],"type":{"kind":"OBJECT","name":"MapMode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"mapModeEdge","description":"An edge for our `MapMode`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `MapMode`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"MapModesOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"MapModesEdge","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreateMapPoolInput","description":"All input for the create `MapPool` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"mapPool","description":"The `MapPool` to be created by this mutation.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"MapPoolInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CreateMapPoolPayload","description":"The output of our create `MapPool` mutation.","fields":[{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"mapModeByMapModeId","description":"Reads a single `MapMode` that is related to this `MapPool`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MapMode","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"mapPool","description":"The `MapPool` that was created by this mutation.","args":[],"type":{"kind":"OBJECT","name":"MapPool","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"mapPoolEdge","description":"An edge for our `MapPool`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `MapPool`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"MapPoolsOrderBy","ofType":null}}},"defaultValue":"[NATURAL]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"MapPoolsEdge","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentByTournamentIdentifier","description":"Reads a single `Tournament` that is related to this `MapPool`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Tournament","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreateOrganizationInput","description":"All input for the create `Organization` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"organization","description":"The `Organization` to be created by this mutation.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"OrganizationInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CreateOrganizationPayload","description":"The output of our create `Organization` mutation.","fields":[{"name":"accountByOwnerId","description":"Reads a single `Account` that is related to this `Organization`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Account","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"organization","description":"The `Organization` that was created by this mutation.","args":[],"type":{"kind":"OBJECT","name":"Organization","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"organizationEdge","description":"An edge for our `Organization`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `Organization`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"OrganizationsOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"OrganizationsEdge","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreateTournamentInput","description":"All input for the create `Tournament` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"tournament","description":"The `Tournament` to be created by this mutation.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"TournamentInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CreateTournamentPayload","description":"The output of our create `Tournament` mutation.","fields":[{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"organizationByOrganizationIdentifier","description":"Reads a single `Organization` that is related to this `Tournament`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Organization","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tournament","description":"The `Tournament` that was created by this mutation.","args":[],"type":{"kind":"OBJECT","name":"Tournament","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentEdge","description":"An edge for our `Tournament`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `Tournament`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"TournamentsOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"TournamentsEdge","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreateTournamentTeamInput","description":"All input for the create `TournamentTeam` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeam","description":"The `TournamentTeam` to be created by this mutation.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"TournamentTeamInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CreateTournamentTeamPayload","description":"The output of our create `TournamentTeam` mutation.","fields":[{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentByTournamentIdentifier","description":"Reads a single `Tournament` that is related to this `TournamentTeam`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Tournament","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeam","description":"The `TournamentTeam` that was created by this mutation.","args":[],"type":{"kind":"OBJECT","name":"TournamentTeam","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamEdge","description":"An edge for our `TournamentTeam`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `TournamentTeam`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"TournamentTeamsOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"TournamentTeamsEdge","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreateTournamentTeamRosterInput","description":"All input for the create `TournamentTeamRoster` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamRoster","description":"The `TournamentTeamRoster` to be created by this mutation.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"TournamentTeamRosterInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CreateTournamentTeamRosterPayload","description":"The output of our create `TournamentTeamRoster` mutation.","fields":[{"name":"accountByMemberId","description":"Reads a single `Account` that is related to this `TournamentTeamRoster`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Account","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamByTournamentTeamId","description":"Reads a single `TournamentTeam` that is related to this `TournamentTeamRoster`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TournamentTeam","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamRoster","description":"The `TournamentTeamRoster` that was created by this mutation.","args":[],"type":{"kind":"OBJECT","name":"TournamentTeamRoster","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamRosterEdge","description":"An edge for our `TournamentTeamRoster`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `TournamentTeamRoster`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"TournamentTeamRostersOrderBy","ofType":null}}},"defaultValue":"[NATURAL]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"TournamentTeamRostersEdge","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"Cursor","description":"A location in a connection that can be used for resuming pagination.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"Datetime","description":"A point in time as described by the [ISO\n8601](https://en.wikipedia.org/wiki/ISO_8601) standard. May or may not include a timezone.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"DeleteAccountByIdInput","description":"All input for the `deleteAccountById` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"id","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"DeleteAccountInput","description":"All input for the `deleteAccount` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"nodeId","description":"The globally unique `ID` which will identify a single `Account` to be deleted.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DeleteAccountPayload","description":"The output of our delete `Account` mutation.","fields":[{"name":"account","description":"The `Account` that was deleted by this mutation.","args":[],"type":{"kind":"OBJECT","name":"Account","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"accountEdge","description":"An edge for our `Account`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `Account`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AccountsOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"AccountsEdge","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deletedAccountId","description":null,"args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"DeleteMapModeByIdInput","description":"All input for the `deleteMapModeById` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"id","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"DeleteMapModeByStageAndGameModeInput","description":"All input for the `deleteMapModeByStageAndGameMode` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"gameMode","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ModeEnum","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"stage","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"DeleteMapModeInput","description":"All input for the `deleteMapMode` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"nodeId","description":"The globally unique `ID` which will identify a single `MapMode` to be deleted.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DeleteMapModePayload","description":"The output of our delete `MapMode` mutation.","fields":[{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deletedMapModeId","description":null,"args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"mapMode","description":"The `MapMode` that was deleted by this mutation.","args":[],"type":{"kind":"OBJECT","name":"MapMode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"mapModeEdge","description":"An edge for our `MapMode`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `MapMode`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"MapModesOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"MapModesEdge","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"DeleteMapPoolByTournamentIdentifierAndMapModeIdInput","description":"All input for the `deleteMapPoolByTournamentIdentifierAndMapModeId` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"mapModeId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"tournamentIdentifier","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DeleteMapPoolPayload","description":"The output of our delete `MapPool` mutation.","fields":[{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deletedMapPoolId","description":null,"args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"mapModeByMapModeId","description":"Reads a single `MapMode` that is related to this `MapPool`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MapMode","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"mapPool","description":"The `MapPool` that was deleted by this mutation.","args":[],"type":{"kind":"OBJECT","name":"MapPool","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"mapPoolEdge","description":"An edge for our `MapPool`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `MapPool`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"MapPoolsOrderBy","ofType":null}}},"defaultValue":"[NATURAL]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"MapPoolsEdge","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentByTournamentIdentifier","description":"Reads a single `Tournament` that is related to this `MapPool`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Tournament","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"DeleteOrganizationByIdentifierInput","description":"All input for the `deleteOrganizationByIdentifier` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"identifier","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"DeleteOrganizationInput","description":"All input for the `deleteOrganization` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"nodeId","description":"The globally unique `ID` which will identify a single `Organization` to be deleted.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DeleteOrganizationPayload","description":"The output of our delete `Organization` mutation.","fields":[{"name":"accountByOwnerId","description":"Reads a single `Account` that is related to this `Organization`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Account","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deletedOrganizationId","description":null,"args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"organization","description":"The `Organization` that was deleted by this mutation.","args":[],"type":{"kind":"OBJECT","name":"Organization","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"organizationEdge","description":"An edge for our `Organization`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `Organization`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"OrganizationsOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"OrganizationsEdge","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"DeleteTournamentByIdentifierInput","description":"All input for the `deleteTournamentByIdentifier` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"identifier","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"DeleteTournamentInput","description":"All input for the `deleteTournament` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"nodeId","description":"The globally unique `ID` which will identify a single `Tournament` to be deleted.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DeleteTournamentPayload","description":"The output of our delete `Tournament` mutation.","fields":[{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deletedTournamentId","description":null,"args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"organizationByOrganizationIdentifier","description":"Reads a single `Organization` that is related to this `Tournament`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Organization","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tournament","description":"The `Tournament` that was deleted by this mutation.","args":[],"type":{"kind":"OBJECT","name":"Tournament","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentEdge","description":"An edge for our `Tournament`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `Tournament`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"TournamentsOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"TournamentsEdge","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"DeleteTournamentTeamByIdInput","description":"All input for the `deleteTournamentTeamById` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"id","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"DeleteTournamentTeamByInviteCodeInput","description":"All input for the `deleteTournamentTeamByInviteCode` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"inviteCode","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"DeleteTournamentTeamByNameAndTournamentIdentifierInput","description":"All input for the `deleteTournamentTeamByNameAndTournamentIdentifier` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"tournamentIdentifier","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"DeleteTournamentTeamInput","description":"All input for the `deleteTournamentTeam` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"nodeId","description":"The globally unique `ID` which will identify a single `TournamentTeam` to be deleted.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DeleteTournamentTeamPayload","description":"The output of our delete `TournamentTeam` mutation.","fields":[{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deletedTournamentTeamId","description":null,"args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentByTournamentIdentifier","description":"Reads a single `Tournament` that is related to this `TournamentTeam`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Tournament","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeam","description":"The `TournamentTeam` that was deleted by this mutation.","args":[],"type":{"kind":"OBJECT","name":"TournamentTeam","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamEdge","description":"An edge for our `TournamentTeam`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `TournamentTeam`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"TournamentTeamsOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"TournamentTeamsEdge","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"DeleteTournamentTeamRosterByMemberIdAndTournamentTeamIdInput","description":"All input for the `deleteTournamentTeamRosterByMemberIdAndTournamentTeamId` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"memberId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DeleteTournamentTeamRosterPayload","description":"The output of our delete `TournamentTeamRoster` mutation.","fields":[{"name":"accountByMemberId","description":"Reads a single `Account` that is related to this `TournamentTeamRoster`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Account","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deletedTournamentTeamRosterId","description":null,"args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamByTournamentTeamId","description":"Reads a single `TournamentTeam` that is related to this `TournamentTeamRoster`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TournamentTeam","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamRoster","description":"The `TournamentTeamRoster` that was deleted by this mutation.","args":[],"type":{"kind":"OBJECT","name":"TournamentTeamRoster","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamRosterEdge","description":"An edge for our `TournamentTeamRoster`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `TournamentTeamRoster`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"TournamentTeamRostersOrderBy","ofType":null}}},"defaultValue":"[NATURAL]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"TournamentTeamRostersEdge","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"ID","description":"The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `\"4\"`) or integer (such as `4`) input value will be accepted as an ID.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"Int","description":"The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"MapMode","description":null,"fields":[{"name":"gameMode","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ModeEnum","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"mapPoolsByMapModeId","description":"Reads and enables pagination through a set of `MapPool`.","args":[{"name":"after","description":"Read all values in the set after (below) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Read all values in the set before (above) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"condition","description":"A condition to be used in determining which values should be returned by the collection.","type":{"kind":"INPUT_OBJECT","name":"MapPoolCondition","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Only read the first `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Only read the last `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"offset","description":"Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"orderBy","description":"The method to use when ordering `MapPool`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"MapPoolsOrderBy","ofType":null}}},"defaultValue":"[NATURAL]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MapPoolsConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"nodeId","description":"A globally unique identifier. Can be used in various places throughout the system to identify this single value.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"stage","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"MapModeCondition","description":"A condition to be used against `MapMode` object types. All fields are tested for equality and combined with a logical ‘and.’","fields":null,"inputFields":[{"name":"gameMode","description":"Checks for equality with the object’s `gameMode` field.","type":{"kind":"ENUM","name":"ModeEnum","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"Checks for equality with the object’s `id` field.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"stage","description":"Checks for equality with the object’s `stage` field.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"MapModeInput","description":"An input for mutations affecting `MapMode`","fields":null,"inputFields":[{"name":"gameMode","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ModeEnum","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"id","description":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"stage","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"MapModePatch","description":"Represents an update to a `MapMode`. Fields that are set will be updated.","fields":null,"inputFields":[{"name":"gameMode","description":null,"type":{"kind":"ENUM","name":"ModeEnum","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"id","description":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"stage","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"MapModesConnection","description":"A connection to a list of `MapMode` values.","fields":[{"name":"edges","description":"A list of edges which contains the `MapMode` and cursor to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MapModesEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of `MapMode` objects.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MapMode","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalCount","description":"The count of *all* `MapMode` you could get from the connection.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"MapModesEdge","description":"A `MapMode` edge in the connection.","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"SCALAR","name":"Cursor","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The `MapMode` at the end of the edge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MapMode","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"MapModesOrderBy","description":"Methods to use when ordering `MapMode`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"GAME_MODE_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"GAME_MODE_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ID_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ID_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NATURAL","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PRIMARY_KEY_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PRIMARY_KEY_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"STAGE_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"STAGE_DESC","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"MapPool","description":null,"fields":[{"name":"mapModeByMapModeId","description":"Reads a single `MapMode` that is related to this `MapPool`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MapMode","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"mapModeId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentByTournamentIdentifier","description":"Reads a single `Tournament` that is related to this `MapPool`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Tournament","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentIdentifier","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"MapPoolCondition","description":"A condition to be used against `MapPool` object types. All fields are tested for equality and combined with a logical ‘and.’","fields":null,"inputFields":[{"name":"mapModeId","description":"Checks for equality with the object’s `mapModeId` field.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"tournamentIdentifier","description":"Checks for equality with the object’s `tournamentIdentifier` field.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"MapPoolInput","description":"An input for mutations affecting `MapPool`","fields":null,"inputFields":[{"name":"mapModeId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"tournamentIdentifier","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"MapPoolPatch","description":"Represents an update to a `MapPool`. Fields that are set will be updated.","fields":null,"inputFields":[{"name":"mapModeId","description":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"tournamentIdentifier","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"MapPoolsConnection","description":"A connection to a list of `MapPool` values.","fields":[{"name":"edges","description":"A list of edges which contains the `MapPool` and cursor to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MapPoolsEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of `MapPool` objects.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MapPool","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalCount","description":"The count of *all* `MapPool` you could get from the connection.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"MapPoolsEdge","description":"A `MapPool` edge in the connection.","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"SCALAR","name":"Cursor","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The `MapPool` at the end of the edge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MapPool","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"MapPoolsOrderBy","description":"Methods to use when ordering `MapPool`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"MAP_MODE_ID_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MAP_MODE_ID_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NATURAL","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TOURNAMENT_IDENTIFIER_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TOURNAMENT_IDENTIFIER_DESC","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"ModeEnum","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CB","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"RM","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"SZ","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TW","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"Mutation","description":"The root mutation type which contains root level fields which mutate data.","fields":[{"name":"createAccount","description":"Creates a single `Account`.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateAccountInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CreateAccountPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createMapMode","description":"Creates a single `MapMode`.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateMapModeInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CreateMapModePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createMapPool","description":"Creates a single `MapPool`.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateMapPoolInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CreateMapPoolPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createOrganization","description":"Creates a single `Organization`.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateOrganizationInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CreateOrganizationPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createTournament","description":"Creates a single `Tournament`.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateTournamentInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CreateTournamentPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createTournamentTeam","description":"Creates a single `TournamentTeam`.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateTournamentTeamInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CreateTournamentTeamPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createTournamentTeamRoster","description":"Creates a single `TournamentTeamRoster`.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateTournamentTeamRosterInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CreateTournamentTeamRosterPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deleteAccount","description":"Deletes a single `Account` using its globally unique id.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"DeleteAccountInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"DeleteAccountPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deleteAccountById","description":"Deletes a single `Account` using a unique key.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"DeleteAccountByIdInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"DeleteAccountPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deleteMapMode","description":"Deletes a single `MapMode` using its globally unique id.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"DeleteMapModeInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"DeleteMapModePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deleteMapModeById","description":"Deletes a single `MapMode` using a unique key.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"DeleteMapModeByIdInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"DeleteMapModePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deleteMapModeByStageAndGameMode","description":"Deletes a single `MapMode` using a unique key.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"DeleteMapModeByStageAndGameModeInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"DeleteMapModePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deleteMapPoolByTournamentIdentifierAndMapModeId","description":"Deletes a single `MapPool` using a unique key.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"DeleteMapPoolByTournamentIdentifierAndMapModeIdInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"DeleteMapPoolPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deleteOrganization","description":"Deletes a single `Organization` using its globally unique id.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"DeleteOrganizationInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"DeleteOrganizationPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deleteOrganizationByIdentifier","description":"Deletes a single `Organization` using a unique key.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"DeleteOrganizationByIdentifierInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"DeleteOrganizationPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deleteTournament","description":"Deletes a single `Tournament` using its globally unique id.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"DeleteTournamentInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"DeleteTournamentPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deleteTournamentByIdentifier","description":"Deletes a single `Tournament` using a unique key.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"DeleteTournamentByIdentifierInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"DeleteTournamentPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deleteTournamentTeam","description":"Deletes a single `TournamentTeam` using its globally unique id.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"DeleteTournamentTeamInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"DeleteTournamentTeamPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deleteTournamentTeamById","description":"Deletes a single `TournamentTeam` using a unique key.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"DeleteTournamentTeamByIdInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"DeleteTournamentTeamPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deleteTournamentTeamByInviteCode","description":"Deletes a single `TournamentTeam` using a unique key.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"DeleteTournamentTeamByInviteCodeInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"DeleteTournamentTeamPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deleteTournamentTeamByNameAndTournamentIdentifier","description":"Deletes a single `TournamentTeam` using a unique key.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"DeleteTournamentTeamByNameAndTournamentIdentifierInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"DeleteTournamentTeamPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deleteTournamentTeamRosterByMemberIdAndTournamentTeamId","description":"Deletes a single `TournamentTeamRoster` using a unique key.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"DeleteTournamentTeamRosterByMemberIdAndTournamentTeamIdInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"DeleteTournamentTeamRosterPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updateAccount","description":"Updates a single `Account` using its globally unique id and a patch.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateAccountInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"UpdateAccountPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updateAccountById","description":"Updates a single `Account` using a unique key and a patch.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateAccountByIdInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"UpdateAccountPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updateMapMode","description":"Updates a single `MapMode` using its globally unique id and a patch.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateMapModeInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"UpdateMapModePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updateMapModeById","description":"Updates a single `MapMode` using a unique key and a patch.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateMapModeByIdInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"UpdateMapModePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updateMapModeByStageAndGameMode","description":"Updates a single `MapMode` using a unique key and a patch.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateMapModeByStageAndGameModeInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"UpdateMapModePayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updateMapPoolByTournamentIdentifierAndMapModeId","description":"Updates a single `MapPool` using a unique key and a patch.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateMapPoolByTournamentIdentifierAndMapModeIdInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"UpdateMapPoolPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updateOrganization","description":"Updates a single `Organization` using its globally unique id and a patch.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateOrganizationInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"UpdateOrganizationPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updateOrganizationByIdentifier","description":"Updates a single `Organization` using a unique key and a patch.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateOrganizationByIdentifierInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"UpdateOrganizationPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updateTournament","description":"Updates a single `Tournament` using its globally unique id and a patch.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateTournamentInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"UpdateTournamentPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updateTournamentByIdentifier","description":"Updates a single `Tournament` using a unique key and a patch.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateTournamentByIdentifierInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"UpdateTournamentPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updateTournamentTeam","description":"Updates a single `TournamentTeam` using its globally unique id and a patch.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateTournamentTeamInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"UpdateTournamentTeamPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updateTournamentTeamById","description":"Updates a single `TournamentTeam` using a unique key and a patch.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateTournamentTeamByIdInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"UpdateTournamentTeamPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updateTournamentTeamByInviteCode","description":"Updates a single `TournamentTeam` using a unique key and a patch.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateTournamentTeamByInviteCodeInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"UpdateTournamentTeamPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updateTournamentTeamByNameAndTournamentIdentifier","description":"Updates a single `TournamentTeam` using a unique key and a patch.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateTournamentTeamByNameAndTournamentIdentifierInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"UpdateTournamentTeamPayload","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updateTournamentTeamRosterByMemberIdAndTournamentTeamId","description":"Updates a single `TournamentTeamRoster` using a unique key and a patch.","args":[{"name":"input","description":"The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateTournamentTeamRosterByMemberIdAndTournamentTeamIdInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"UpdateTournamentTeamRosterPayload","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"Node","description":"An object with a globally unique `ID`.","fields":[{"name":"nodeId","description":"A globally unique identifier. Can be used in various places throughout the system to identify this single value.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"Account","ofType":null},{"kind":"OBJECT","name":"MapMode","ofType":null},{"kind":"OBJECT","name":"Organization","ofType":null},{"kind":"OBJECT","name":"Query","ofType":null},{"kind":"OBJECT","name":"Tournament","ofType":null},{"kind":"OBJECT","name":"TournamentTeam","ofType":null}]},{"kind":"OBJECT","name":"Organization","description":null,"fields":[{"name":"accountByOwnerId","description":"Reads a single `Account` that is related to this `Organization`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Account","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":null,"args":[],"type":{"kind":"SCALAR","name":"Datetime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"discordInviteCode","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"discordInviteUrl","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"identifier","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"nodeId","description":"A globally unique identifier. Can be used in various places throughout the system to identify this single value.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"ownerId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentsByOrganizationIdentifier","description":"Reads and enables pagination through a set of `Tournament`.","args":[{"name":"after","description":"Read all values in the set after (below) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Read all values in the set before (above) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"condition","description":"A condition to be used in determining which values should be returned by the collection.","type":{"kind":"INPUT_OBJECT","name":"TournamentCondition","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Only read the first `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Only read the last `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"offset","description":"Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"orderBy","description":"The method to use when ordering `Tournament`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"TournamentsOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TournamentsConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"twitter","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"twitterUrl","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":null,"args":[],"type":{"kind":"SCALAR","name":"Datetime","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"OrganizationCondition","description":"A condition to be used against `Organization` object types. All fields are\ntested for equality and combined with a logical ‘and.’","fields":null,"inputFields":[{"name":"createdAt","description":"Checks for equality with the object’s `createdAt` field.","type":{"kind":"SCALAR","name":"Datetime","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"discordInviteCode","description":"Checks for equality with the object’s `discordInviteCode` field.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"identifier","description":"Checks for equality with the object’s `identifier` field.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"Checks for equality with the object’s `name` field.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"ownerId","description":"Checks for equality with the object’s `ownerId` field.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"twitter","description":"Checks for equality with the object’s `twitter` field.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":"Checks for equality with the object’s `updatedAt` field.","type":{"kind":"SCALAR","name":"Datetime","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"OrganizationInput","description":"An input for mutations affecting `Organization`","fields":null,"inputFields":[{"name":"createdAt","description":null,"type":{"kind":"SCALAR","name":"Datetime","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"discordInviteCode","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"identifier","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"ownerId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"twitter","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":null,"type":{"kind":"SCALAR","name":"Datetime","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"OrganizationPatch","description":"Represents an update to a `Organization`. Fields that are set will be updated.","fields":null,"inputFields":[{"name":"createdAt","description":null,"type":{"kind":"SCALAR","name":"Datetime","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"discordInviteCode","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"identifier","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"ownerId","description":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"twitter","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":null,"type":{"kind":"SCALAR","name":"Datetime","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"OrganizationsConnection","description":"A connection to a list of `Organization` values.","fields":[{"name":"edges","description":"A list of edges which contains the `Organization` and cursor to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"OrganizationsEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of `Organization` objects.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Organization","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalCount","description":"The count of *all* `Organization` you could get from the connection.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"OrganizationsEdge","description":"A `Organization` edge in the connection.","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"SCALAR","name":"Cursor","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The `Organization` at the end of the edge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Organization","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"OrganizationsOrderBy","description":"Methods to use when ordering `Organization`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CREATED_AT_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CREATED_AT_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DISCORD_INVITE_CODE_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DISCORD_INVITE_CODE_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"IDENTIFIER_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"IDENTIFIER_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NAME_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NAME_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NATURAL","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"OWNER_ID_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"OWNER_ID_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PRIMARY_KEY_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PRIMARY_KEY_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TWITTER_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TWITTER_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"UPDATED_AT_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"UPDATED_AT_DESC","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"PageInfo","description":"Information about pagination in a connection.","fields":[{"name":"endCursor","description":"When paginating forwards, the cursor to continue.","args":[],"type":{"kind":"SCALAR","name":"Cursor","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"hasNextPage","description":"When paginating forwards, are there more items?","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"hasPreviousPage","description":"When paginating backwards, are there more items?","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"startCursor","description":"When paginating backwards, the cursor to continue.","args":[],"type":{"kind":"SCALAR","name":"Cursor","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Query","description":"The root query type which gives access points into the data universe.","fields":[{"name":"account","description":"Reads a single `Account` using its globally unique `ID`.","args":[{"name":"nodeId","description":"The globally unique `ID` to be used in selecting a single `Account`.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Account","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"accountById","description":null,"args":[{"name":"id","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Account","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"allAccounts","description":"Reads and enables pagination through a set of `Account`.","args":[{"name":"after","description":"Read all values in the set after (below) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Read all values in the set before (above) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"condition","description":"A condition to be used in determining which values should be returned by the collection.","type":{"kind":"INPUT_OBJECT","name":"AccountCondition","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Only read the first `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Only read the last `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"offset","description":"Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"orderBy","description":"The method to use when ordering `Account`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AccountsOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"AccountsConnection","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"allMapModes","description":"Reads and enables pagination through a set of `MapMode`.","args":[{"name":"after","description":"Read all values in the set after (below) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Read all values in the set before (above) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"condition","description":"A condition to be used in determining which values should be returned by the collection.","type":{"kind":"INPUT_OBJECT","name":"MapModeCondition","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Only read the first `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Only read the last `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"offset","description":"Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"orderBy","description":"The method to use when ordering `MapMode`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"MapModesOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"MapModesConnection","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"allMapPools","description":"Reads and enables pagination through a set of `MapPool`.","args":[{"name":"after","description":"Read all values in the set after (below) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Read all values in the set before (above) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"condition","description":"A condition to be used in determining which values should be returned by the collection.","type":{"kind":"INPUT_OBJECT","name":"MapPoolCondition","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Only read the first `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Only read the last `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"offset","description":"Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"orderBy","description":"The method to use when ordering `MapPool`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"MapPoolsOrderBy","ofType":null}}},"defaultValue":"[NATURAL]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"MapPoolsConnection","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"allOrganizations","description":"Reads and enables pagination through a set of `Organization`.","args":[{"name":"after","description":"Read all values in the set after (below) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Read all values in the set before (above) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"condition","description":"A condition to be used in determining which values should be returned by the collection.","type":{"kind":"INPUT_OBJECT","name":"OrganizationCondition","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Only read the first `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Only read the last `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"offset","description":"Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"orderBy","description":"The method to use when ordering `Organization`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"OrganizationsOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"OrganizationsConnection","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"allTournamentTeamRosters","description":"Reads and enables pagination through a set of `TournamentTeamRoster`.","args":[{"name":"after","description":"Read all values in the set after (below) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Read all values in the set before (above) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"condition","description":"A condition to be used in determining which values should be returned by the collection.","type":{"kind":"INPUT_OBJECT","name":"TournamentTeamRosterCondition","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Only read the first `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Only read the last `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"offset","description":"Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"orderBy","description":"The method to use when ordering `TournamentTeamRoster`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"TournamentTeamRostersOrderBy","ofType":null}}},"defaultValue":"[NATURAL]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"TournamentTeamRostersConnection","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"allTournamentTeams","description":"Reads and enables pagination through a set of `TournamentTeam`.","args":[{"name":"after","description":"Read all values in the set after (below) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Read all values in the set before (above) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"condition","description":"A condition to be used in determining which values should be returned by the collection.","type":{"kind":"INPUT_OBJECT","name":"TournamentTeamCondition","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Only read the first `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Only read the last `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"offset","description":"Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"orderBy","description":"The method to use when ordering `TournamentTeam`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"TournamentTeamsOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"TournamentTeamsConnection","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"allTournaments","description":"Reads and enables pagination through a set of `Tournament`.","args":[{"name":"after","description":"Read all values in the set after (below) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Read all values in the set before (above) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"condition","description":"A condition to be used in determining which values should be returned by the collection.","type":{"kind":"INPUT_OBJECT","name":"TournamentCondition","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Only read the first `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Only read the last `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"offset","description":"Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"orderBy","description":"The method to use when ordering `Tournament`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"TournamentsOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"TournamentsConnection","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"mapMode","description":"Reads a single `MapMode` using its globally unique `ID`.","args":[{"name":"nodeId","description":"The globally unique `ID` to be used in selecting a single `MapMode`.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"MapMode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"mapModeById","description":null,"args":[{"name":"id","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"MapMode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"mapModeByStageAndGameMode","description":null,"args":[{"name":"gameMode","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ModeEnum","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"stage","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"MapMode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"mapPoolByTournamentIdentifierAndMapModeId","description":null,"args":[{"name":"mapModeId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"tournamentIdentifier","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"MapPool","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"Fetches an object given its globally unique `ID`.","args":[{"name":"nodeId","description":"The globally unique `ID`.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"INTERFACE","name":"Node","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"nodeId","description":"The root query type must be a `Node` to work well with Relay 1 mutations. This just resolves to `query`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"organization","description":"Reads a single `Organization` using its globally unique `ID`.","args":[{"name":"nodeId","description":"The globally unique `ID` to be used in selecting a single `Organization`.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Organization","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"organizationByIdentifier","description":null,"args":[{"name":"identifier","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Organization","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Exposes the root query type nested one level down. This is helpful for Relay 1\nwhich can only query top level fields if they are in a particular form.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Query","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tournament","description":"Reads a single `Tournament` using its globally unique `ID`.","args":[{"name":"nodeId","description":"The globally unique `ID` to be used in selecting a single `Tournament`.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Tournament","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentByIdentifier","description":null,"args":[{"name":"identifier","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Tournament","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeam","description":"Reads a single `TournamentTeam` using its globally unique `ID`.","args":[{"name":"nodeId","description":"The globally unique `ID` to be used in selecting a single `TournamentTeam`.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"TournamentTeam","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamById","description":null,"args":[{"name":"id","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"TournamentTeam","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamByInviteCode","description":null,"args":[{"name":"inviteCode","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"TournamentTeam","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamByNameAndTournamentIdentifier","description":null,"args":[{"name":"name","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"tournamentIdentifier","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"TournamentTeam","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamRosterByMemberIdAndTournamentTeamId","description":null,"args":[{"name":"memberId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"TournamentTeamRoster","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"String","description":"The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Tournament","description":null,"fields":[{"name":"bannerBackground","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"bannerTextHslArgs","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"checkInTime","description":null,"args":[],"type":{"kind":"SCALAR","name":"Datetime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":null,"args":[],"type":{"kind":"SCALAR","name":"Datetime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"identifier","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"mapPoolsByTournamentIdentifier","description":"Reads and enables pagination through a set of `MapPool`.","args":[{"name":"after","description":"Read all values in the set after (below) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Read all values in the set before (above) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"condition","description":"A condition to be used in determining which values should be returned by the collection.","type":{"kind":"INPUT_OBJECT","name":"MapPoolCondition","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Only read the first `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Only read the last `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"offset","description":"Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"orderBy","description":"The method to use when ordering `MapPool`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"MapPoolsOrderBy","ofType":null}}},"defaultValue":"[NATURAL]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MapPoolsConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"nodeId","description":"A globally unique identifier. Can be used in various places throughout the system to identify this single value.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"organizationByOrganizationIdentifier","description":"Reads a single `Organization` that is related to this `Tournament`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Organization","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"organizationIdentifier","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"startTime","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Datetime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"textColor","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamsByTournamentIdentifier","description":"Reads and enables pagination through a set of `TournamentTeam`.","args":[{"name":"after","description":"Read all values in the set after (below) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Read all values in the set before (above) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"condition","description":"A condition to be used in determining which values should be returned by the collection.","type":{"kind":"INPUT_OBJECT","name":"TournamentTeamCondition","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Only read the first `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Only read the last `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"offset","description":"Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"orderBy","description":"The method to use when ordering `TournamentTeam`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"TournamentTeamsOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TournamentTeamsConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":null,"args":[],"type":{"kind":"SCALAR","name":"Datetime","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"TournamentCondition","description":"A condition to be used against `Tournament` object types. All fields are tested\nfor equality and combined with a logical ‘and.’","fields":null,"inputFields":[{"name":"bannerBackground","description":"Checks for equality with the object’s `bannerBackground` field.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"bannerTextHslArgs","description":"Checks for equality with the object’s `bannerTextHslArgs` field.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"checkInTime","description":"Checks for equality with the object’s `checkInTime` field.","type":{"kind":"SCALAR","name":"Datetime","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"Checks for equality with the object’s `createdAt` field.","type":{"kind":"SCALAR","name":"Datetime","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"Checks for equality with the object’s `description` field.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"identifier","description":"Checks for equality with the object’s `identifier` field.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"Checks for equality with the object’s `name` field.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"organizationIdentifier","description":"Checks for equality with the object’s `organizationIdentifier` field.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"startTime","description":"Checks for equality with the object’s `startTime` field.","type":{"kind":"SCALAR","name":"Datetime","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":"Checks for equality with the object’s `updatedAt` field.","type":{"kind":"SCALAR","name":"Datetime","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"TournamentInput","description":"An input for mutations affecting `Tournament`","fields":null,"inputFields":[{"name":"bannerBackground","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"bannerTextHslArgs","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"checkInTime","description":null,"type":{"kind":"SCALAR","name":"Datetime","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":null,"type":{"kind":"SCALAR","name":"Datetime","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"identifier","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"organizationIdentifier","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"startTime","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Datetime","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":null,"type":{"kind":"SCALAR","name":"Datetime","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"TournamentPatch","description":"Represents an update to a `Tournament`. Fields that are set will be updated.","fields":null,"inputFields":[{"name":"bannerBackground","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"bannerTextHslArgs","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"checkInTime","description":null,"type":{"kind":"SCALAR","name":"Datetime","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":null,"type":{"kind":"SCALAR","name":"Datetime","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"identifier","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"organizationIdentifier","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"startTime","description":null,"type":{"kind":"SCALAR","name":"Datetime","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":null,"type":{"kind":"SCALAR","name":"Datetime","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"TournamentTeam","description":null,"fields":[{"name":"checkedIn","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"inviteCode","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"nodeId","description":"A globally unique identifier. Can be used in various places throughout the system to identify this single value.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentByTournamentIdentifier","description":"Reads a single `Tournament` that is related to this `TournamentTeam`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Tournament","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentIdentifier","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamRostersByTournamentTeamId","description":"Reads and enables pagination through a set of `TournamentTeamRoster`.","args":[{"name":"after","description":"Read all values in the set after (below) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"Read all values in the set before (above) this cursor.","type":{"kind":"SCALAR","name":"Cursor","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"condition","description":"A condition to be used in determining which values should be returned by the collection.","type":{"kind":"INPUT_OBJECT","name":"TournamentTeamRosterCondition","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"first","description":"Only read the first `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"last","description":"Only read the last `n` values of the set.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"offset","description":"Skip the first `n` values from our `after` cursor, an alternative to cursor\nbased pagination. May not be used with `last`.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"orderBy","description":"The method to use when ordering `TournamentTeamRoster`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"TournamentTeamRostersOrderBy","ofType":null}}},"defaultValue":"[NATURAL]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TournamentTeamRostersConnection","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"Node","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"TournamentTeamCondition","description":"A condition to be used against `TournamentTeam` object types. All fields are\ntested for equality and combined with a logical ‘and.’","fields":null,"inputFields":[{"name":"checkedIn","description":"Checks for equality with the object’s `checkedIn` field.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"Checks for equality with the object’s `id` field.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"inviteCode","description":"Checks for equality with the object’s `inviteCode` field.","type":{"kind":"SCALAR","name":"UUID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"Checks for equality with the object’s `name` field.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"tournamentIdentifier","description":"Checks for equality with the object’s `tournamentIdentifier` field.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"TournamentTeamInput","description":"An input for mutations affecting `TournamentTeam`","fields":null,"inputFields":[{"name":"checkedIn","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"id","description":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"inviteCode","description":null,"type":{"kind":"SCALAR","name":"UUID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"tournamentIdentifier","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"TournamentTeamPatch","description":"Represents an update to a `TournamentTeam`. Fields that are set will be updated.","fields":null,"inputFields":[{"name":"checkedIn","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"id","description":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"inviteCode","description":null,"type":{"kind":"SCALAR","name":"UUID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"tournamentIdentifier","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"TournamentTeamRoster","description":null,"fields":[{"name":"accountByMemberId","description":"Reads a single `Account` that is related to this `TournamentTeamRoster`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Account","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"captain","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"memberId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamByTournamentTeamId","description":"Reads a single `TournamentTeam` that is related to this `TournamentTeamRoster`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TournamentTeam","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamId","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"TournamentTeamRosterCondition","description":"A condition to be used against `TournamentTeamRoster` object types. All fields\nare tested for equality and combined with a logical ‘and.’","fields":null,"inputFields":[{"name":"captain","description":"Checks for equality with the object’s `captain` field.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"memberId","description":"Checks for equality with the object’s `memberId` field.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamId","description":"Checks for equality with the object’s `tournamentTeamId` field.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"TournamentTeamRosterInput","description":"An input for mutations affecting `TournamentTeamRoster`","fields":null,"inputFields":[{"name":"captain","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"memberId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"TournamentTeamRosterPatch","description":"Represents an update to a `TournamentTeamRoster`. Fields that are set will be updated.","fields":null,"inputFields":[{"name":"captain","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"memberId","description":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamId","description":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"TournamentTeamRostersConnection","description":"A connection to a list of `TournamentTeamRoster` values.","fields":[{"name":"edges","description":"A list of edges which contains the `TournamentTeamRoster` and cursor to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TournamentTeamRostersEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of `TournamentTeamRoster` objects.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TournamentTeamRoster","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalCount","description":"The count of *all* `TournamentTeamRoster` you could get from the connection.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"TournamentTeamRostersEdge","description":"A `TournamentTeamRoster` edge in the connection.","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"SCALAR","name":"Cursor","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The `TournamentTeamRoster` at the end of the edge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TournamentTeamRoster","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"TournamentTeamRostersOrderBy","description":"Methods to use when ordering `TournamentTeamRoster`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CAPTAIN_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CAPTAIN_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MEMBER_ID_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MEMBER_ID_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NATURAL","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TOURNAMENT_TEAM_ID_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TOURNAMENT_TEAM_ID_DESC","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"TournamentTeamsConnection","description":"A connection to a list of `TournamentTeam` values.","fields":[{"name":"edges","description":"A list of edges which contains the `TournamentTeam` and cursor to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TournamentTeamsEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of `TournamentTeam` objects.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TournamentTeam","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalCount","description":"The count of *all* `TournamentTeam` you could get from the connection.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"TournamentTeamsEdge","description":"A `TournamentTeam` edge in the connection.","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"SCALAR","name":"Cursor","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The `TournamentTeam` at the end of the edge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TournamentTeam","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"TournamentTeamsOrderBy","description":"Methods to use when ordering `TournamentTeam`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CHECKED_IN_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CHECKED_IN_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ID_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ID_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"INVITE_CODE_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"INVITE_CODE_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NAME_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NAME_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NATURAL","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PRIMARY_KEY_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PRIMARY_KEY_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TOURNAMENT_IDENTIFIER_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TOURNAMENT_IDENTIFIER_DESC","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"TournamentsConnection","description":"A connection to a list of `Tournament` values.","fields":[{"name":"edges","description":"A list of edges which contains the `Tournament` and cursor to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TournamentsEdge","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"nodes","description":"A list of `Tournament` objects.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Tournament","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pageInfo","description":"Information to aid in pagination.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalCount","description":"The count of *all* `Tournament` you could get from the connection.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"TournamentsEdge","description":"A `Tournament` edge in the connection.","fields":[{"name":"cursor","description":"A cursor for use in pagination.","args":[],"type":{"kind":"SCALAR","name":"Cursor","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"node","description":"The `Tournament` at the end of the edge.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Tournament","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"TournamentsOrderBy","description":"Methods to use when ordering `Tournament`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"BANNER_BACKGROUND_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"BANNER_BACKGROUND_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"BANNER_TEXT_HSL_ARGS_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"BANNER_TEXT_HSL_ARGS_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CHECK_IN_TIME_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CHECK_IN_TIME_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CREATED_AT_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CREATED_AT_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DESCRIPTION_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DESCRIPTION_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"IDENTIFIER_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"IDENTIFIER_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NAME_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NAME_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NATURAL","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ORGANIZATION_IDENTIFIER_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ORGANIZATION_IDENTIFIER_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PRIMARY_KEY_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PRIMARY_KEY_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"START_TIME_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"START_TIME_DESC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"UPDATED_AT_ASC","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"UPDATED_AT_DESC","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"SCALAR","name":"UUID","description":"A universally unique identifier as defined by [RFC 4122](https://tools.ietf.org/html/rfc4122).","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateAccountByIdInput","description":"All input for the `updateAccountById` mutation.","fields":null,"inputFields":[{"name":"accountPatch","description":"An object where the defined keys will be set on the `Account` being updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AccountPatch","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"id","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateAccountInput","description":"All input for the `updateAccount` mutation.","fields":null,"inputFields":[{"name":"accountPatch","description":"An object where the defined keys will be set on the `Account` being updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AccountPatch","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"nodeId","description":"The globally unique `ID` which will identify a single `Account` to be updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UpdateAccountPayload","description":"The output of our update `Account` mutation.","fields":[{"name":"account","description":"The `Account` that was updated by this mutation.","args":[],"type":{"kind":"OBJECT","name":"Account","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"accountEdge","description":"An edge for our `Account`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `Account`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AccountsOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"AccountsEdge","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateMapModeByIdInput","description":"All input for the `updateMapModeById` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"id","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"mapModePatch","description":"An object where the defined keys will be set on the `MapMode` being updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"MapModePatch","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateMapModeByStageAndGameModeInput","description":"All input for the `updateMapModeByStageAndGameMode` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"gameMode","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ModeEnum","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"mapModePatch","description":"An object where the defined keys will be set on the `MapMode` being updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"MapModePatch","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"stage","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateMapModeInput","description":"All input for the `updateMapMode` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"mapModePatch","description":"An object where the defined keys will be set on the `MapMode` being updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"MapModePatch","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"nodeId","description":"The globally unique `ID` which will identify a single `MapMode` to be updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UpdateMapModePayload","description":"The output of our update `MapMode` mutation.","fields":[{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"mapMode","description":"The `MapMode` that was updated by this mutation.","args":[],"type":{"kind":"OBJECT","name":"MapMode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"mapModeEdge","description":"An edge for our `MapMode`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `MapMode`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"MapModesOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"MapModesEdge","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateMapPoolByTournamentIdentifierAndMapModeIdInput","description":"All input for the `updateMapPoolByTournamentIdentifierAndMapModeId` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"mapModeId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"mapPoolPatch","description":"An object where the defined keys will be set on the `MapPool` being updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"MapPoolPatch","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"tournamentIdentifier","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UpdateMapPoolPayload","description":"The output of our update `MapPool` mutation.","fields":[{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"mapModeByMapModeId","description":"Reads a single `MapMode` that is related to this `MapPool`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MapMode","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"mapPool","description":"The `MapPool` that was updated by this mutation.","args":[],"type":{"kind":"OBJECT","name":"MapPool","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"mapPoolEdge","description":"An edge for our `MapPool`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `MapPool`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"MapPoolsOrderBy","ofType":null}}},"defaultValue":"[NATURAL]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"MapPoolsEdge","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentByTournamentIdentifier","description":"Reads a single `Tournament` that is related to this `MapPool`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Tournament","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateOrganizationByIdentifierInput","description":"All input for the `updateOrganizationByIdentifier` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"identifier","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"organizationPatch","description":"An object where the defined keys will be set on the `Organization` being updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"OrganizationPatch","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateOrganizationInput","description":"All input for the `updateOrganization` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"nodeId","description":"The globally unique `ID` which will identify a single `Organization` to be updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"organizationPatch","description":"An object where the defined keys will be set on the `Organization` being updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"OrganizationPatch","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UpdateOrganizationPayload","description":"The output of our update `Organization` mutation.","fields":[{"name":"accountByOwnerId","description":"Reads a single `Account` that is related to this `Organization`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Account","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"organization","description":"The `Organization` that was updated by this mutation.","args":[],"type":{"kind":"OBJECT","name":"Organization","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"organizationEdge","description":"An edge for our `Organization`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `Organization`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"OrganizationsOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"OrganizationsEdge","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateTournamentByIdentifierInput","description":"All input for the `updateTournamentByIdentifier` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"identifier","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"tournamentPatch","description":"An object where the defined keys will be set on the `Tournament` being updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"TournamentPatch","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateTournamentInput","description":"All input for the `updateTournament` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"nodeId","description":"The globally unique `ID` which will identify a single `Tournament` to be updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"tournamentPatch","description":"An object where the defined keys will be set on the `Tournament` being updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"TournamentPatch","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UpdateTournamentPayload","description":"The output of our update `Tournament` mutation.","fields":[{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"organizationByOrganizationIdentifier","description":"Reads a single `Organization` that is related to this `Tournament`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Organization","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tournament","description":"The `Tournament` that was updated by this mutation.","args":[],"type":{"kind":"OBJECT","name":"Tournament","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentEdge","description":"An edge for our `Tournament`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `Tournament`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"TournamentsOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"TournamentsEdge","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateTournamentTeamByIdInput","description":"All input for the `updateTournamentTeamById` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"id","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamPatch","description":"An object where the defined keys will be set on the `TournamentTeam` being updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"TournamentTeamPatch","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateTournamentTeamByInviteCodeInput","description":"All input for the `updateTournamentTeamByInviteCode` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"inviteCode","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"UUID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamPatch","description":"An object where the defined keys will be set on the `TournamentTeam` being updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"TournamentTeamPatch","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateTournamentTeamByNameAndTournamentIdentifierInput","description":"All input for the `updateTournamentTeamByNameAndTournamentIdentifier` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"tournamentIdentifier","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamPatch","description":"An object where the defined keys will be set on the `TournamentTeam` being updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"TournamentTeamPatch","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateTournamentTeamInput","description":"All input for the `updateTournamentTeam` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"nodeId","description":"The globally unique `ID` which will identify a single `TournamentTeam` to be updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamPatch","description":"An object where the defined keys will be set on the `TournamentTeam` being updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"TournamentTeamPatch","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UpdateTournamentTeamPayload","description":"The output of our update `TournamentTeam` mutation.","fields":[{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentByTournamentIdentifier","description":"Reads a single `Tournament` that is related to this `TournamentTeam`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Tournament","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeam","description":"The `TournamentTeam` that was updated by this mutation.","args":[],"type":{"kind":"OBJECT","name":"TournamentTeam","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamEdge","description":"An edge for our `TournamentTeam`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `TournamentTeam`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"TournamentTeamsOrderBy","ofType":null}}},"defaultValue":"[PRIMARY_KEY_ASC]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"TournamentTeamsEdge","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateTournamentTeamRosterByMemberIdAndTournamentTeamIdInput","description":"All input for the `updateTournamentTeamRosterByMemberIdAndTournamentTeamId` mutation.","fields":null,"inputFields":[{"name":"clientMutationId","description":"An arbitrary string value with no semantic meaning. Will be included in the\npayload verbatim. May be used to track mutations by the client.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"memberId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamRosterPatch","description":"An object where the defined keys will be set on the `TournamentTeamRoster` being updated.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"TournamentTeamRosterPatch","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UpdateTournamentTeamRosterPayload","description":"The output of our update `TournamentTeamRoster` mutation.","fields":[{"name":"accountByMemberId","description":"Reads a single `Account` that is related to this `TournamentTeamRoster`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Account","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"clientMutationId","description":"The exact same `clientMutationId` that was provided in the mutation input,\nunchanged and unused. May be used by a client to track mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"Our root query field type. Allows us to run any query from our mutation payload.","args":[],"type":{"kind":"OBJECT","name":"Query","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamByTournamentTeamId","description":"Reads a single `TournamentTeam` that is related to this `TournamentTeamRoster`.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TournamentTeam","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamRoster","description":"The `TournamentTeamRoster` that was updated by this mutation.","args":[],"type":{"kind":"OBJECT","name":"TournamentTeamRoster","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tournamentTeamRosterEdge","description":"An edge for our `TournamentTeamRoster`. May be used by Relay 1.","args":[{"name":"orderBy","description":"The method to use when ordering `TournamentTeamRoster`.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"TournamentTeamRostersOrderBy","ofType":null}}},"defaultValue":"[NATURAL]","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"TournamentTeamRostersEdge","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"__Directive","description":"A Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document.\n\nIn some cases, you need to provide options to alter GraphQL's execution behavior in ways field arguments will not suffice, such as conditionally including or skipping a field. Directives provide this by describing additional information to the executor.","fields":[{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"isRepeatable","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"locations","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"__DirectiveLocation","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"args","description":null,"args":[{"name":"includeDeprecated","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__InputValue","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"__DirectiveLocation","description":"A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"QUERY","description":"Location adjacent to a query operation.","isDeprecated":false,"deprecationReason":null},{"name":"MUTATION","description":"Location adjacent to a mutation operation.","isDeprecated":false,"deprecationReason":null},{"name":"SUBSCRIPTION","description":"Location adjacent to a subscription operation.","isDeprecated":false,"deprecationReason":null},{"name":"FIELD","description":"Location adjacent to a field.","isDeprecated":false,"deprecationReason":null},{"name":"FRAGMENT_DEFINITION","description":"Location adjacent to a fragment definition.","isDeprecated":false,"deprecationReason":null},{"name":"FRAGMENT_SPREAD","description":"Location adjacent to a fragment spread.","isDeprecated":false,"deprecationReason":null},{"name":"INLINE_FRAGMENT","description":"Location adjacent to an inline fragment.","isDeprecated":false,"deprecationReason":null},{"name":"VARIABLE_DEFINITION","description":"Location adjacent to a variable definition.","isDeprecated":false,"deprecationReason":null},{"name":"SCHEMA","description":"Location adjacent to a schema definition.","isDeprecated":false,"deprecationReason":null},{"name":"SCALAR","description":"Location adjacent to a scalar definition.","isDeprecated":false,"deprecationReason":null},{"name":"OBJECT","description":"Location adjacent to an object type definition.","isDeprecated":false,"deprecationReason":null},{"name":"FIELD_DEFINITION","description":"Location adjacent to a field definition.","isDeprecated":false,"deprecationReason":null},{"name":"ARGUMENT_DEFINITION","description":"Location adjacent to an argument definition.","isDeprecated":false,"deprecationReason":null},{"name":"INTERFACE","description":"Location adjacent to an interface definition.","isDeprecated":false,"deprecationReason":null},{"name":"UNION","description":"Location adjacent to a union definition.","isDeprecated":false,"deprecationReason":null},{"name":"ENUM","description":"Location adjacent to an enum definition.","isDeprecated":false,"deprecationReason":null},{"name":"ENUM_VALUE","description":"Location adjacent to an enum value definition.","isDeprecated":false,"deprecationReason":null},{"name":"INPUT_OBJECT","description":"Location adjacent to an input object type definition.","isDeprecated":false,"deprecationReason":null},{"name":"INPUT_FIELD_DEFINITION","description":"Location adjacent to an input object field definition.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"__EnumValue","description":"One possible value for a given Enum. Enum values are unique values, not a placeholder for a string or numeric value. However an Enum value is returned in a JSON response as a string.","fields":[{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"isDeprecated","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deprecationReason","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"__Field","description":"Object and Interface types are described by a list of Fields, each of which has a name, potentially a list of arguments, and a return type.","fields":[{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"args","description":null,"args":[{"name":"includeDeprecated","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__InputValue","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Type","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"isDeprecated","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deprecationReason","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"__InputValue","description":"Arguments provided to Fields or Directives and the input fields of an InputObject are represented as Input Values which describe their type and optionally a default value.","fields":[{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Type","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"defaultValue","description":"A GraphQL-formatted string representing the default value for this input value.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"isDeprecated","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deprecationReason","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"__Schema","description":"A GraphQL Schema defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, as well as the entry points for query, mutation, and subscription operations.","fields":[{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"types","description":"A list of all types supported by this server.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Type","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"queryType","description":"The type that query operations will be rooted at.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Type","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"mutationType","description":"If this server supports mutation, the type that mutation operations will be rooted at.","args":[],"type":{"kind":"OBJECT","name":"__Type","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"subscriptionType","description":"If this server support subscription, the type that subscription operations will be rooted at.","args":[],"type":{"kind":"OBJECT","name":"__Type","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"directives","description":"A list of all directives supported by this server.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Directive","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"__Type","description":"The fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the `__TypeKind` enum.\n\nDepending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name, description and optional `specifiedByUrl`, while Enum types provide their values. Object and Interface types provide the fields they describe. Abstract types, Union and Interface, provide the Object types possible at runtime. List and NonNull types compose other types.","fields":[{"name":"kind","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"__TypeKind","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"specifiedByUrl","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"fields","description":null,"args":[{"name":"includeDeprecated","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Field","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"interfaces","description":null,"args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Type","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"possibleTypes","description":null,"args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Type","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"enumValues","description":null,"args":[{"name":"includeDeprecated","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__EnumValue","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"inputFields","description":null,"args":[{"name":"includeDeprecated","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__InputValue","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"ofType","description":null,"args":[],"type":{"kind":"OBJECT","name":"__Type","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"__TypeKind","description":"An enum describing what kind of type a given `__Type` is.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"SCALAR","description":"Indicates this type is a scalar.","isDeprecated":false,"deprecationReason":null},{"name":"OBJECT","description":"Indicates this type is an object. `fields` and `interfaces` are valid fields.","isDeprecated":false,"deprecationReason":null},{"name":"INTERFACE","description":"Indicates this type is an interface. `fields`, `interfaces`, and `possibleTypes` are valid fields.","isDeprecated":false,"deprecationReason":null},{"name":"UNION","description":"Indicates this type is a union. `possibleTypes` is a valid field.","isDeprecated":false,"deprecationReason":null},{"name":"ENUM","description":"Indicates this type is an enum. `enumValues` is a valid field.","isDeprecated":false,"deprecationReason":null},{"name":"INPUT_OBJECT","description":"Indicates this type is an input object. `inputFields` is a valid field.","isDeprecated":false,"deprecationReason":null},{"name":"LIST","description":"Indicates this type is a list. `ofType` is a valid field.","isDeprecated":false,"deprecationReason":null},{"name":"NON_NULL","description":"Indicates this type is a non-null. `ofType` is a valid field.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null}],"directives":[{"name":"deprecated","description":"Marks an element of a GraphQL schema as no longer supported.","isRepeatable":false,"locations":["ARGUMENT_DEFINITION","ENUM_VALUE","FIELD_DEFINITION","INPUT_FIELD_DEFINITION"],"args":[{"name":"reason","description":"Explains why this element was deprecated, usually also including a suggestion for how to access supported similar data. Formatted using the Markdown syntax, as specified by [CommonMark](https://commonmark.org/).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":"\"No longer supported\"","isDeprecated":false,"deprecationReason":null}]},{"name":"include","description":"Directs the executor to include this field or fragment only when the `if` argument is true.","isRepeatable":false,"locations":["FIELD","FRAGMENT_SPREAD","INLINE_FRAGMENT"],"args":[{"name":"if","description":"Included when true.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}]},{"name":"skip","description":"Directs the executor to skip this field or fragment when the `if` argument is true.","isRepeatable":false,"locations":["FIELD","FRAGMENT_SPREAD","INLINE_FRAGMENT"],"args":[{"name":"if","description":"Skipped when true.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}]},{"name":"specifiedBy","description":"Exposes a URL that specifies the behaviour of this scalar.","isRepeatable":false,"locations":["SCALAR"],"args":[{"name":"url","description":"The URL that specifies the behaviour of this scalar.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}]}]}} \ No newline at end of file diff --git a/frontend/pages/o/[organization]/[tournament].tsx b/frontend/pages/o/[organization]/[tournament].tsx index 7f0f9c23d..ad83c1b5f 100644 --- a/frontend/pages/o/[organization]/[tournament].tsx +++ b/frontend/pages/o/[organization]/[tournament].tsx @@ -2,11 +2,12 @@ import { InfoBanner } from "components/tournament/InfoBanner"; import { Tab } from "components/common/Tab"; import { styled } from "stitches.config"; import { MapPoolTab } from "components/tournament/MapPoolTab"; +import { OverviewTab } from "components/tournament/OverviewTab"; import { Select } from "components/common/Select"; import { useState } from "react"; const tabs = [ - { name: "Overview", id: "info", component: null }, + { name: "Overview", id: "info", component: }, { name: "Map Pool", id: "map-pool", component: }, { name: "Bracket", id: "bracket", component: null }, { name: "Teams (23)", id: "teams", component: null }, diff --git a/postgraphile/migrations/0001_initial.sql b/postgraphile/migrations/0001_initial.sql index 2ceb4a730..dbfabbc2f 100644 --- a/postgraphile/migrations/0001_initial.sql +++ b/postgraphile/migrations/0001_initial.sql @@ -78,7 +78,7 @@ create table sendou_ink.tournament ( check (identifier ~ '^[a-z0-9-]{2,50}$'), name text not null check (char_length(name) < 51), - description text + description text not null check (char_length(description) < 5000), start_time timestamp not null check (start_time > now()),