Join Slack
Communities
Powered by
What is the best way to write resolvers when your ...
# orm-help
h
hinsxd
12/20/2018, 7:53 AM
What is the best way to write resolvers when your schema is not in sync with your data model? For example in the data model
Copy code
type User { a b c d }
and my schema is
Copy code
type User { a b Profile } type Profile { d e }
2
Views
Open in Slack
Previous
Next