Skip to main content

Is there a way to decide which api to use when calling the GraphQL endpoint with monday.api()?

Hello there @Lafisrap,


You can use something like this:


monday.api(query, {
token,
variables,
apiVersion: '2023-10',
});

Cheers,

Matias


Reply