GraphQL input variables that can be provided for querying Airstack API.
{ "key": "value", "key2": 3 }
type Variables = Record<string, any>;
Last updated 1 year ago
Was this helpful?