@aptos-labs/ts-sdk - v3.1.1
Preparing search index...
GraphqlQuery
Type Alias GraphqlQuery
The GraphQL query to pass into the
queryIndexer
function.
type
GraphqlQuery
=
{
query
:
string
;
variables
?:
{}
;
}
Index
Properties
query
variables?
Properties
query
query
:
string
Optional
variables
variables
?:
{}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
query
variables
@aptos-labs/ts-sdk - v3.1.1
Loading...
The GraphQL query to pass into the
queryIndexerfunction.