Im using v4 of graphql. I am using the basic setup with modules enabled and i havent changed or added any schema or configuration since installing the module.
e.g. (this fails whether i exclude the out braces or not)
{
query {
user: currentUserContext{
...on User {
name
}
}
}
}
{
"errors": [
{
"message": "Cannot query field \"nodeQuery\" on type \"Query\".",
"extensions": {
"category": "graphql"
},
"locations": [
{
"line": 2,
"column": 3
}
]
}
]
}
summary: i cant get any of the introductory examples to work. note again: i havent changed or added any schema or configuration since installing the module.
Im trying to work through your documentation and failing.
Source: https://joao-garin.gitbook.io/graphql-docs-update/queries/querying-nodes
Im using v4 of graphql. I am using the basic setup with modules enabled and i havent changed or added any schema or configuration since installing the module.
e.g. (this fails whether i exclude the out braces or not)
results in:
Another test fail:
results in:
Another test fail:
results in
summary: i cant get any of the introductory examples to work. note again: i havent changed or added any schema or configuration since installing the module.