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
src
├── schema
│ ├── user
│ │ │ index.js(it has its own resolver, types, queries, and mutations)
│ ├── order
│ │ └── index.js((it has its own resolver, types, queries, and mutations))
│ └── index.js
└── app.js
I mean, I want to handle all user-related types, queries and other stuff in its own file.
But how can I combine user types and resolvers with orders resolvers and types?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I want to have a structure as shown below.
I mean, I want to handle all user-related types, queries and other stuff in its own file.
But how can I combine user types and resolvers with orders resolvers and types?
Beta Was this translation helpful? Give feedback.
All reactions