You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all, while playing with the starter pack following the Events app from the quickstart I decided to simply change all the schemas from the given code.
I changed Events for example to AnotherEvents, or listEvents to listAnotherEvents and all of the schemas to attend this new parameter.
I also changed the schemas from within the console. But I haven't change or attached any new resolvers to it)
where the problem can be? thanks
Can't find field listAnotherEvents on object (ROOT_QUERY) {
"listEvents": {
"type": "id",
"id": "$ROOT_QUERY.listEvents",
"generated": true
}
}.
Unhandled (in react-apollo:Apollo(Apollo(AllAnotherEvents))), ApolloError@http:// [...]
Hi all, while playing with the starter pack following the Events app from the quickstart I decided to simply change all the schemas from the given code.
I changed Events for example to AnotherEvents, or listEvents to listAnotherEvents and all of the schemas to attend this new parameter.
I also changed the schemas from within the console. But I haven't change or attached any new resolvers to it)
where the problem can be? thanks
Unhandled (in react-apollo:Apollo(Apollo(AllAnotherEvents))), ApolloError@http:// [...]