Replies: 2 comments
-
https://prisma.typegraphql.com/docs/advanced/exposing-actions |
Beta Was this translation helpful? Give feedback.
0 replies
-
Oh, thanks! It's not putting the relations on the GraphQL types anymore, do you know how to get those on? I included the relation resolver in the list, ie. FindFirstXResolver generates Edit: nevermind |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
By default, there's many query/mutations being output that aren't being used, so compilation takes a while. Is it possible to pass in a list of the ones you want output specifically? ie.
output: ['SomeCrudResolver.createManySomething', ...]
ormutations: ['createManySomething', ...]
Beta Was this translation helpful? Give feedback.
All reactions