v0.27.0 #1108
doug-martin
started this conversation in
Releases
v0.27.0
#1108
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With
v0.27.0
you can now use a customgraphql
scalar type forid
fields. This release addresses this by adding a new@IDField
decorator.For example, assume you have the following
CustomIDScalar
that obfuscates the id bybase64
encoding it.You can now specify the custom
id
type for allquery
andmutation
endpoints by using the@IDField
decorator.Beta Was this translation helpful? Give feedback.
All reactions