Hi, Can I use the query graphql with "type"? Example:
export const pageQuery = graphql;
{
gcms {
type(name: "Locale") {
enumValues {
name
}
}
}
}
But happens this error:
Cannot query field "__type" on type "GraphCMS".
Why?
Top comments (0)