I’m trying to develop a new board view and want to use the 2023-10
graphQL schema.
When setting that version of the API (with the 0.4.X monday-sdk-js
package), I am getting the following error in the console: There was an error in response from monday.com graphql API: {"message":"Permission Denied! Your token doesn't grant access to boards:read"}]
If I update my query to work with the old schema, then the query executes fine.
Is there a way to get this working at the moment?