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