-
Is it possible to add GraphQL Scalars the native way? Like if I wanted to add a lastCheckOut field to Book with a type of DateTime?
|
Beta Was this translation helpful? Give feedback.
Answered by
ardatan
Mar 14, 2022
Replies: 1 comment 1 reply
-
You can import GraphQLDateTime and use it like GraphQLString |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
KyBerry
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can import GraphQLDateTime and use it like GraphQLString