- isGraphqlQuery(x?): x is SchemaFields & object & {
query: string;
variables: Record<string, unknown>;
} & {
schema: "network.xyo.graphql.query";
} Returns x is SchemaFields & object & {
query: string;
variables: Record<string, unknown>;
} & {
schema: "network.xyo.graphql.query";
}