Replies: 2 comments
-
If i'm understand search something like "IntrospectionQuery" maybe it could help you. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@kdttv You can't have tuples in graphql. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I trying to test an class with decorator "InputType" but i wanna test the graphql schema... exist any way of me doing that?
Exemple
@InputType class A { @Field((type) => [Number, Number], { nullable: true }) arr2: [number, number]; };
I'm trying validate if my decorator "Field" is an [Number, Number] with jest... idk if i could extract this information using something like buildSchema... idk...
Beta Was this translation helpful? Give feedback.
All reactions