description | layout | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
GraphQL input variables that can be provided for querying Airstack API. |
|
{
"key": "value",
"key2": 3
}
type Variables = Record<string, any>;
description | layout | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
GraphQL input variables that can be provided for querying Airstack API. |
|
{
"key": "value",
"key2": 3
}
type Variables = Record<string, any>;