GraphTypes

A Collection of Types for GraphQL.
DateTimeType
birthday {
formatted(strftime: "%Y-%m-%d")
}
"birthday": {
"formatted": "2017-11-21"
}
MoneyType
amount {
cents
formatted(delimiter: ".", separator: ",", unit: "R$ ")
}
"amount": {
"cents": 10000,
"formatted": "R$ 100,00"
}