5 lines
84 B
GraphQL
5 lines
84 B
GraphQL
mutation updatePlans($tags: [PlanTag!]) {
|
|
plans(planTags: $tags) {
|
|
name
|
|
}
|
|
}
|