Appearance
crelte / queries / GqlQuery
type GqlQuery = object;
You should never create this type directly. It is returned from the gql template function.
optional path: string;
query: string;