Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
FlowingSPDG opened this issue Aug 13, 2023 · 0 comments
Open

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

FlowingSPDG opened this issue Aug 13, 2023 · 0 comments
Labels
enhancement New feature or request front Front-end(React) related issue.

Comments

@FlowingSPDG
Copy link
Owner

サンプルの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 FlowingSPDG added enhancement New feature or request front Front-end(React) related issue. labels Aug 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request front Front-end(React) related issue.
Projects
None yet
Development

No branches or pull requests

1 participant