Custom GraphQL queries - how do I reference the DateTime type? #8882
Unanswered
tyteen4a03
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I have this same problem but with GraphQLJSON, it was ok on payloadcms v2, it became an issue after trying to migrate to v3. @tyteen4a03 Were you able to fix this?
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What is the correct type for the
DateTime
type in the schema? I want to refer to it in the custom schema.Trying this leads to
Error: Schema must contain uniquely named types but contains multiple types named "DateTime".
Beta Was this translation helpful? Give feedback.
All reactions