Hi !
Im developing a monday app in which I try to create a new group and items in the board …
Im using monday sdk , while sending :
mutation { create_group (board_id: (boardID), group_name: 'new Group') { id } }
I get "Graphql validation error "…
before that I sending several querying and its works fine .
I tried to run it with all the permissions available for the app
hope someone has an answer
thanks!