twitch-clone/frontend/src/graphql/mutations/sponsorship/plan/CreateSponsorshipPlan.graphql

6 lines
118 B
GraphQL

mutation CreateSponsorshipPlan($data: CreatePlanInput!) {
createSponsorshipPlan(data: $data) {
id
}
}