export interface IQueryPayload { token: string; operationName: string | null; query: string; variables: Record | null; extensions: Record | null; }