GraphQL (Token)

This node allows sending queries and mutations to a GraphQL API. The given query is executed for each row of the input table, passing the content of a JSON column as variables to the query. Authentication is performed with the given token as Bearer token in the authorization header.

Options

Variables Column
The column holding variables for individual calls to the GraphQL endpoint withe given query.
Token
The authorization token to pass to the GraphQL endpoint
Endpoint URL
The URL for the GraphQL endpoint
GraphQL Query
The query to execute.
Operation Name
The name of the operation that is performed.

Input Ports

Icon
Input table with a JSON column holding variables for the query.

Output Ports

Icon
Table with the results coming from the API.

Nodes

Extensions

Links