0👍
after to install the extension Graphql in Firefox and found my mistake.
{
"errors": [
{
"message": "Cannot query field \"is_active\" on type \"UserType\". Did you mean \"isActive\"?",
"locations": [
{
"line": 4,
"column": 5
}
]
}
]
}
Changing to isActive
the query worked fine.
- [Vuejs]-Vee-validate 3 and Bootstrap 3 form error styling
- [Vuejs]-How to submit a form via ajax in vue 2.6
Source:stackexchange.com