All Monday Api
all_monday_apiFull Description
Execute any monday.com API operation by generating GraphQL queries and mutations dynamically. Make sure you ask only for the fields you need and nothing more. When providing the query/mutation - use get_graphql_schema and get_type_details tools first to understand the schema before crafting your query.
Parameters
querystringCustom GraphQL query/mutation. you need to provide the full query / mutation
variablesstringJSON string containing the variables for the GraphQL operation