Customize generated types #5995
Answered
by
dotansimha
FelixStumvoll
asked this question in
Q&A
-
I am currently working on a graphql project and i wanted to try out this library. However i have one issue i can't quite wrap my head around. If i have the following type definition, the library will generate a type with exactly these types. However i might want to resolve type Pipeline {
id: ID!
name: String!
jobs: [Job!]!
} I know i can define a custom type using |
Beta Was this translation helpful? Give feedback.
Answered by
dotansimha
Jun 20, 2021
Replies: 1 comment
-
Yeah, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dotansimha
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yeah,
mappers
is the right way to go with this one :)