export interface IQuery { query: string; variables?: object; }