interface GraphQLQueryObject {
    query: string;
    variables?: Record<string, any>;
}

Properties

Properties

query: string
variables?: Record<string, any>