Skip to main content

Type Alias: Query

type Query = {
queryString: string;
variables?: Value;
};

Generated factory for Query record objects.

Properties

queryString

queryString: string;

variables?

optional variables?: Value;