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