-
Hi, I just have a question regarding how to create a type for my data rather than basic scalar types (int, string, boolean, float and ID). For instance, I may need to represent double datatype to datetme datatype. Thank you in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
I'm not sure what you mean? Are you looking to define custom types in GraphQL schema? Have you seen this document? |
Beta Was this translation helpful? Give feedback.
-
I see, you want custom scalar then. Here is documentation how to make one with examples including datetime: |
Beta Was this translation helpful? Give feedback.
I see, you want custom scalar then. Here is documentation how to make one with examples including datetime:
https://ariadnegraphql.org/docs/scalars