Adding a request body allows you to send data from your Airtable base to other platforms. You can include table values, variables, and even attachment files in your request body.Data Fetcher supports seven different body types: JSON, x-www-form-urlencoded, form-data, XML, GraphQL, Binary, and Plain Text. You’ll typically want to add a request body when using POST, PATCH, or PUT request methods. Check your target API’s documentation to determine which body type to use.
GraphQL allows you to query specific data fields and is automatically converted to JSON when sent.
Click the GraphQL tab.
Add your GraphQL query in the Query input field.
Add any variables as JSON in the Variables input field.
When the request runs, Data Fetcher automatically converts your GraphQL query and variables into a JSON body. You can preview this conversion using our GraphQL to JSON Body Converter.