Type Alias GraphqlQuery

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

The GraphQL query to pass into the queryIndexer function.