ExecuteQuery
Official API
Implemented Class
Executes a custom query.
If you want to better understand how to build custom queries, you can check our example, the official documentation and try them out in GraphiQL.
Arguments
<In> Query : string
The query to be executed.
<Out> Response : JObject
The response from the query.
Inherited Arguments
<In> Bearer : string
The Bearer authorization token generated by Pipefy.
<In> Timeout : int
The timeout limit (in ms) for the request to be completed.
<Out> Status : string
A brief status message of the result of the action.
<Out> Success : boolean
True if the action was successful.