Variables

GraphQL input variables that can be provided for querying Airstack API.

Example

{
  "key": "value",
  "key2": 3
}

Type Signature

type Variables = Record<string, any>;

Last updated

Was this helpful?