Add DateTime champ to GraphQL

This commit is contained in:
Paul Chavard 2020-12-18 11:21:03 +01:00
parent d509fe2edb
commit dc08993a89
6 changed files with 144 additions and 3 deletions

View file

@ -43,6 +43,7 @@ class Api::V2::Schema < GraphQL::Schema
Types::Champs::CheckboxChampType,
Types::Champs::CiviliteChampType,
Types::Champs::DateChampType,
Types::Champs::DatetimeChampType,
Types::Champs::DecimalNumberChampType,
Types::Champs::DossierLinkChampType,
Types::Champs::IntegerNumberChampType,