get5loader icon indicating copy to clipboard operation
get5loader copied to clipboard

ユーザーがマッチを登録出来るようにする

Open FlowingSPDG opened this issue 2 years ago • 0 comments

サンプルのmutation:

mutation {
 createMatch(
   input:{
    team1: "78073420-5dea-4404-9d6e-d34974751567"
    team2: "bc116035-6486-4a1b-94d3-034bb1736e63"
    serverID: "2a01f723-b408-4e44-9fd9-ed8f41ee0dbb"
    maxMaps: 1
    title: "TEST MATCH"
    skipVeto: false
   }
 ) {
   id
 }
}

FlowingSPDG avatar Aug 13 '23 23:08 FlowingSPDG