smart-interactive-display/Assets/GadGame/SO/Api Reference.asset

558 lines
118 KiB
Plaintext
Raw Normal View History

2024-05-21 11:33:09 -07:00
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 1ccf793b7ca1cc645b9cd36d753b8e3c, type: 3}
m_Name: Api Reference
m_EditorClassIdentifier:
2024-05-22 04:06:59 -07:00
url: http://192.168.1.126:50050/graphql
2024-05-21 11:33:09 -07:00
queries: []
mutations:
- name: LoginAsGameMachine
type: 1
query: "mutation LoginAsGameMachine{\n loginAsGameMachine( input :{ macAddress
:\"D85ED3741515\", password :\"Abc@123\"} ){\n accessToken\n
refreshToken\n }\n}"
queryString: loginAsGameMachine
2024-05-24 01:16:15 -07:00
returnType: Game
2024-05-21 11:33:09 -07:00
queryOptions:
- createGame
- createGuest
- mergeGuest
- updateGuestInfo
- loginAsGuest
- upgradeToPlayer
- createPlayer
- loginAsPlayer
- sendOtpToVerify
- verify
- requestResetPassword
- verifyRequestResetPassword
- resetPassword
- refreshToken
- loginAsMaster
- loginAsModerator
- createModerator
- loginAsContentManager
- createContentManager
- loginAsGameManager
- createGameManager
- loginAsGameMachine
- createGameMachine
- loginAsCustomerServiceStaff
- createCustomerServiceStaff
- createExtraPackage
- createSubscriptionPackage
- createBrand
- createPromotion
- setPromotionStringParameter
- setPromotionFileParameter
- setPromotionOfTheWeek
- clearPromotionOfTheWeek
- joinPromotion
- startGameSession
- endGameSession
- submitGameSession
- createExtraPackageTransaction
- createSubscriptionPackageTransaction
- completeTransaction
- approveTransaction
- rejectTransaction
fields:
- index: 0
name: accessToken
type: String
parentIndexes:
hasSubField: 0
possibleFields:
- name: accessToken
type: String
- name: refreshToken
type: String
- name: user
type: User
hasChanged: 0
- index: 1
name: refreshToken
type: String
parentIndexes:
hasSubField: 0
possibleFields:
- name: accessToken
type: String
- name: refreshToken
type: String
- name: user
type: User
hasChanged: 0
isComplete: 1
- name: CreateGuest
type: 1
query: "mutation CreateGuest{\n createGuest( input :{ password :\"Abc@123\"}
){\n accessToken\n refreshToken\n user{\n id\n
}\n }\n}"
queryString: createGuest
returnType: LoginDetails
queryOptions:
- createGame
- createGuest
- mergeGuest
- updateGuestInfo
- loginAsGuest
- upgradeToPlayer
- createPlayer
- loginAsPlayer
- sendOtpToVerify
- verify
- requestResetPassword
- verifyRequestResetPassword
- resetPassword
- refreshToken
- loginAsMaster
- loginAsModerator
- createModerator
- loginAsContentManager
- createContentManager
- loginAsGameManager
- createGameManager
- loginAsGameMachine
- createGameMachine
- loginAsCustomerServiceStaff
- createCustomerServiceStaff
- createExtraPackage
- createSubscriptionPackage
- createBrand
- createPromotion
- setPromotionStringParameter
- setPromotionFileParameter
- setPromotionOfTheWeek
- clearPromotionOfTheWeek
- joinPromotion
- startGameSession
- endGameSession
- submitGameSession
- createExtraPackageTransaction
- createSubscriptionPackageTransaction
- completeTransaction
- approveTransaction
- rejectTransaction
fields:
- index: 0
name: accessToken
type: String
parentIndexes:
hasSubField: 0
possibleFields:
- name: accessToken
type: String
- name: refreshToken
type: String
- name: user
type: User
hasChanged: 0
- index: 1
name: refreshToken
type: String
parentIndexes:
hasSubField: 0
possibleFields:
- name: accessToken
type: String
- name: refreshToken
type: String
- name: user
type: User
hasChanged: 0
- index: 2
name: user
type: User
parentIndexes:
hasSubField: 1
possibleFields:
- name: accessToken
type: String
- name: refreshToken
type: String
- name: user
type: User
hasChanged: 0
- index: 0
name: id
type: String
parentIndexes: 02000000
hasSubField: 0
possibleFields:
- name: id
type: String
hasChanged: 0
isComplete: 1
- name: JoinPromotion
type: 1
2024-05-22 00:36:04 -07:00
query: "mutation JoinPromotion{\n joinPromotion( input :{ promotionId :\"63c67c5434403000\"}
2024-05-21 11:33:09 -07:00
){\n id\n totalScore\n }\n}"
queryString: joinPromotion
returnType: Participant
queryOptions:
- createGame
- createGuest
- mergeGuest
- updateGuestInfo
- loginAsGuest
- upgradeToPlayer
- createPlayer
- loginAsPlayer
- sendOtpToVerify
- verify
- requestResetPassword
- verifyRequestResetPassword
- resetPassword
- refreshToken
- loginAsMaster
- loginAsModerator
- createModerator
- loginAsContentManager
- createContentManager
- loginAsGameManager
- createGameManager
- loginAsGameMachine
- createGameMachine
- loginAsCustomerServiceStaff
- createCustomerServiceStaff
- createExtraPackage
- createSubscriptionPackage
- createBrand
- createPromotion
- setPromotionStringParameter
- setPromotionFileParameter
- setPromotionOfTheWeek
- clearPromotionOfTheWeek
- joinPromotion
- startGameSession
- endGameSession
- submitGameSession
- createExtraPackageTransaction
- createSubscriptionPackageTransaction
- completeTransaction
- approveTransaction
- rejectTransaction
fields:
- index: 0
name: id
type: String
parentIndexes:
hasSubField: 0
possibleFields:
- name: id
type: String
- name: totalScore
type: Int
- name: player
type: User
- name: myRank
type: Int
- name: promotion
type: Promotion
hasChanged: 0
- index: 1
name: totalScore
type: Int
parentIndexes:
hasSubField: 0
possibleFields:
- name: id
type: String
- name: totalScore
type: Int
- name: player
type: User
- name: myRank
type: Int
- name: promotion
type: Promotion
hasChanged: 0
isComplete: 1
- name: SubmitGameSession
type: 1
query: "mutation SubmitGameSession{\n submitGameSession( input :{ playerId
2024-05-24 01:16:15 -07:00
:\"63e929e9b3c01000\", promotionId :\"63c67c5434403000\", startAt :\"2024-05-23T15:53:22.407196+07:00\",
endAt :\"2024-05-23T15:53:29.062723+07:00\", score :1000} ){\n startAt\n
2024-05-21 11:33:09 -07:00
endAt\n score\n }\n}"
queryString: submitGameSession
returnType: GameSession
queryOptions:
- createGame
- createGuest
- mergeGuest
- updateGuestInfo
- loginAsGuest
- upgradeToPlayer
- createPlayer
- loginAsPlayer
- sendOtpToVerify
- verify
- requestResetPassword
- verifyRequestResetPassword
- resetPassword
- refreshToken
- loginAsMaster
- loginAsModerator
- createModerator
- loginAsContentManager
- createContentManager
- loginAsGameManager
- createGameManager
- loginAsGameMachine
- createGameMachine
- loginAsCustomerServiceStaff
- createCustomerServiceStaff
- createExtraPackage
- createSubscriptionPackage
- createBrand
- createPromotion
- setPromotionStringParameter
- setPromotionFileParameter
- setPromotionOfTheWeek
- clearPromotionOfTheWeek
- joinPromotion
- startGameSession
- endGameSession
- submitGameSession
- createExtraPackageTransaction
- createSubscriptionPackageTransaction
- completeTransaction
- approveTransaction
- rejectTransaction
fields:
- index: 1
name: startAt
type: DateTime
parentIndexes:
hasSubField: 0
possibleFields:
- name: id
type: String
- name: startAt
type: DateTime
- name: endAt
type: DateTime
- name: score
type: Int
- name: participant
type: Participant
- name: game
type: Game
hasChanged: 0
- index: 2
name: endAt
type: DateTime
parentIndexes:
hasSubField: 0
possibleFields:
- name: id
type: String
- name: startAt
type: DateTime
- name: endAt
type: DateTime
- name: score
type: Int
- name: participant
type: Participant
- name: game
type: Game
hasChanged: 0
- index: 3
name: score
type: Int
parentIndexes:
hasSubField: 0
possibleFields:
- name: id
type: String
- name: startAt
type: DateTime
- name: endAt
type: DateTime
- name: score
type: Int
- name: participant
type: Participant
- name: game
type: Game
hasChanged: 0
isComplete: 1
subscriptions:
- name: GuestUpdatedSubscription
type: 2
query: "subscription GuestUpdatedSubscription{\n guestUpdatedSubscription(
2024-05-24 01:16:15 -07:00
guestId :\"63e929e9b3c01000\" ){\n firstName\n lastName\n
phone\n email\n }\n}"
2024-05-21 11:33:09 -07:00
queryString: guestUpdatedSubscription
returnType: Guest
queryOptions:
- guestUpdatedSubscription
fields:
- index: 1
name: firstName
type: String
parentIndexes:
hasSubField: 0
possibleFields:
- name: id
type: String
- name: firstName
type: String
- name: lastName
type: String
- name: phone
type: String
- name: email
type: String
hasChanged: 0
- index: 2
name: lastName
type: String
parentIndexes:
hasSubField: 0
possibleFields:
- name: id
type: String
- name: firstName
type: String
- name: lastName
type: String
- name: phone
type: String
- name: email
type: String
hasChanged: 0
- index: 3
name: phone
type: String
parentIndexes:
hasSubField: 0
possibleFields:
- name: id
type: String
- name: firstName
type: String
- name: lastName
type: String
- name: phone
type: String
- name: email
type: String
hasChanged: 0
- index: 4
name: email
type: String
parentIndexes:
hasSubField: 0
possibleFields:
- name: id
type: String
- name: firstName
type: String
- name: lastName
type: String
- name: phone
type: String
- name: email
type: String
hasChanged: 0
isComplete: 1
introspection: '{"data":{"__schema":{"queryType":{"name":"Query"},"mutationType":{"name":"Mutation"},"subscriptionType":{"name":"Subscription"},"types":[{"kind":"INTERFACE","name":"User","description":null,"fields":[{"name":"id","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":[{"kind":"OBJECT","name":"ContentManager","ofType":null},{"kind":"OBJECT","name":"CustomerServiceStaff","ofType":null},{"kind":"OBJECT","name":"GameManager","ofType":null},{"kind":"OBJECT","name":"Guest","ofType":null},{"kind":"OBJECT","name":"Master","ofType":null},{"kind":"OBJECT","name":"Moderator","ofType":null},{"kind":"OBJECT","name":"PublicPlayerInfo","ofType":null},{"kind":"OBJECT","name":"GameMachine","ofType":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":"INTERFACE","name":"Notification","description":null,"fields":[{"name":"id","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":[{"kind":"OBJECT","name":"RegistrationSuccessNotification","ofType":null}]},{"kind":"INTERFACE","name":"Package","description":null,"fields":[{"name":"id","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":"avatarLink","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"price","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":[{"kind":"OBJECT","name":"ExtraPackage","ofType":null},{"kind":"OBJECT","name":"SubscriptionPackage","ofType":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":"INTERFACE","name":"Transaction","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pricePerUnit","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"quantity","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"totalValue","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"status","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"TransactionStatus","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"buyer","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PublicPlayerInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"selectedPackage","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INTERFACE","name":"Package","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"BankTransferTransaction","ofType":null},{"kind":"OBJECT","name":"BraintreeTransaction","ofType":null}]},{"kind":"ENUM","name":"TransactionStatus","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"TRANSACTION_STATUS_CREATED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TRANSACTION_STATUS_PENDING","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TRANSACTION_STATUS_SUCCESS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TRANSACTION_STATUS_FAILED","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"UNRECOGNIZED","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"Brand","description":null,"fields":[{"name":"id","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":"avatarLink","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":"OBJECT","name":"Promotion","description":null,"fields":[{"name":"id","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":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"avatarLink","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"brand","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Brand","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"na
`Boolean` scalar type represents `true` or `false`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"PromotionRecurrence","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"PROMOTION_RECURRENCE_DAILY","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PROMOTION_RECURRENCE_WEEKLY","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PROMOTION_RECURRENCE_MONTHLY","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"UNRECOGNIZED","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"SCALAR","name":"DateTime","description":"A
date-time string at UTC, such as 2019-12-03T09:54:33Z, compliant with the date-time
format.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"PaginationInput","description":null,"fields":null,"inputFields":[{"name":"start","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"count","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"BrandPaginationList","description":null,"fields":[{"name":"start","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"count","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"total","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"brands","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Brand","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"PaginationList","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"INTERFACE","name":"PaginationList","description":null,"fields":[{"name":"start","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"count","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"total","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":[{"kind":"OBJECT","name":"BrandPaginationList","ofType":null},{"kind":"OBJECT","name":"GamePaginationList","ofType":null},{"kind":"OBJECT","name":"NotificationPaginationList","ofType":null},{"kind":"OBJECT","name":"PackagePaginationList","ofType":null},{"kind":"OBJECT","name":"ParticipantPaginationList","ofType":null},{"kind":"OBJECT","name":"PlayerPaginationList","ofType":null},{"kind":"OBJECT","name":"PromotionPaginationList","ofType":null},{"kind":"OBJECT","name":"TransactionPaginationList","ofType":null}]},{"kind":"OBJECT","name":"ContentManager","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"username","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":"User","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomerServiceStaff","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"username","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":"User","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"GameManager","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"
`Float` scalar type represents signed double-precision fractional values as specified
by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"VerifyRequestResetPasswordResponse","description":null,"fields":[{"name":"token","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":"OBJECT","name":"PlayerPaginationList","description":null,"fields":[{"name":"start","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"count","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"total","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"players","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PublicPlayerInfo","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"PaginationList","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"PromotionPaginationList","description":null,"fields":[{"name":"start","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"count","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"total","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"promotions","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Promotion","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"PaginationList","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Ticket","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"expiredAt","description":null,"args":[],"type":{"kind":"SCALAR","name":"DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"usableInMultipleTournaments","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"source","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"TicketSource","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"TicketSource","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"TICKET_SOURCE_DAILY_SYSTEM","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TICKET_SOURCE_DAILY_SUBSCRIPTION_PACKAGE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TICKET_SOURCE_EXTRA_PACKAGE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"UNRECOGNIZED","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"TransactionPaginationList","desc
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"}],"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"}],"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"}],"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},{"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"}],"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":"__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":"__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"}],"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}],"directives":[{"name":"include","description":"Directs
the executor to include this field or fragment only when the `if` argument is
true.","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}]},{"name":"skip","description":"Directs
the executor to skip this field or fragment when the `if` argument is true.","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}]},{"name":"deprecated","description":"Marks
an element of a GraphQL schema as no longer supported.","locations":["FIELD_DEFINITION","ARGUMENT_DEFINITION","INPUT_FIELD_DEFINITION","ENUM_VALUE"],"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\""}]},{"name":"specifiedBy","description":"Exposes a URL that
specifies the behavior of this scalar.","locations":["SCALAR"],"args":[{"name":"url","description":"The
URL that specifies the behavior of this scalar.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}]}]}}}
'
loading: 0