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
Please mention the import of Todo.graphql in /imports/schema/index.js in the second part of the tutorial. and also that Todo should be exported. because a beginner might not know what the problem is.
and there is a type. Todos.graphql should be changed to Todo.graphql to match the filename in this repository. the tutorial is cool! thanks a lot!
The text was updated successfully, but these errors were encountered:
Please mention the import of
Todo.graphql
in/imports/schema/index.js
in the second part of the tutorial. and also thatTodo
should be exported. because a beginner might not know what the problem is.and there is a type.
Todos.graphql
should be changed toTodo.graphql
to match the filename in this repository. the tutorial is cool! thanks a lot!The text was updated successfully, but these errors were encountered: