generated types using interfaces #4982
-
hello! my project schema is trying to utilize interfaces as below:
and the generated type being like
codegen.yml:
would anyone know of a config in any suggestions would be appreciated! :) |
Beta Was this translation helpful? Give feedback.
Answered by
dotansimha
Nov 4, 2020
Replies: 1 comment
-
@kcornn You can use |
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
@kcornn You can use
declarationKind: interface
in your codegen config ;)