Graphql-ruby datatypes

From wikinotes
Revision as of 21:13, 6 September 2021 by Will (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

TODO:

this whole page needs expanding

Primitives

# GraphQL-Type:   Ruby-Type
String:           String
Int:
Float:
Boolean:
ID:

# supported by native graphql ?
ISO8601DateTime:
ISO8601Date:
JSON:
BigInt:

Custom Scalars