export interface GraphQLQueryInterface { query: string; variables?: T }