You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like you can't override default scalars like ID at runtime: graphql/graphql-js#917
Since it cannot be done at that level, I don't think we can support it at codegen level 🙂
Unless you are able to override the default scalar somehow?
I am trying to implement an ID scalar according to the GraphQL Global Object Identification Specification.
codegen.ts
base/resolvers/ID.ts
No resolver is generated in resolvers.generated.ts.
The text was updated successfully, but these errors were encountered: