Skip to content

crelte / queries / GqlQuery

Type Alias: GqlQuery

ts
type GqlQuery = object;

You should never create this type directly. It is returned from the gql template function.

Properties

path?

ts
optional path: string;

query

ts
query: string;