Fields
Sample data
This step makes a live GraphQL call, so the result depends on the endpoint you call. The example below fetches a product by id with a POST request, using a placeholder to insert the id from the data into the query. The GraphQL response replaces the data.| Field | Value |
|---|---|
| Request URI | https://example.org/graphql |
| Request Method | POST |
| Request Parameters | the query below |
&{identifier} in the query.