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

#300: add-user-details

Change request updated