Graphql-ruby datatypes

From wikinotes

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