Type Alias GraphqlQuery

GraphqlQuery: { query: string; variables?: {} }

The GraphQL query to pass into the queryIndexer function.

Type declaration

  • query: string
  • Optionalvariables?: {}
MMNEPVFCICPMFPCPTTAAATR