Skip to end of banner
Go to start of banner

getGraphqlResult

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Current »

See also: Actions

Description

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.

Required Parameters

query

Optional Parameters

limit, field, data, name, simulate, quiet, options, file, encoding, append

Type

Get

Category

Info

Output Formats

Replacement Variables

Hostingcloud
Since Version11.1

Examples

Related How To's

  • No labels