How to specify default scalar type ID with new ArgTypeMap #4406
Unanswered
samovertonjr
asked this question in
Q&A
Replies: 0 comments
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 am using
@graphql-mesh/json-schema": "^0.34.1"
and can't figure out how to specify default scalar type ID. The code I have currently works but it changes all of my id args fromID
toString
.argTypeMap: id: type: string nullable: false
Beta Was this translation helpful? Give feedback.
All reactions