Replies: 1 comment 1 reply
-
Have you read the docs? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I'm new to typegraphql. I'm trying to migrate from SDL to typegraphql.
I have some complex type and need some help wit it:
I have some enum defined as follow
How do i achieve the following?
I am not able to properly define field argument like
image(height: Int, format:ImageFormat): String
Beta Was this translation helpful? Give feedback.
All reactions