6 lines
118 B
GraphQL
6 lines
118 B
GraphQL
mutation CreateSponsorshipPlan($data: CreatePlanInput!) {
|
|
createSponsorshipPlan(data: $data) {
|
|
id
|
|
}
|
|
}
|