Get the result response from a GraphQL query or mutation request. If the query uses variables, some common variables will be automatically provided like $limit from the limit parameter. Other string variables can be provide by using one or more field parameters using ' key = value' syntax. If you need to provide an operation name especially when the query contains multiple named queries, use the name parameter. However, unfortunately, monday.com does not support setting the operation name nor having multiple operations specified with the query at the time of this note. Use '--query -' to get the query from standard input. Variable types other that strings must be provided with a JSON formatted data parameter. Use the simulate parameter to just log the query without running it.