Issue by mavilein
_Thursday Sep 07, 2017 at 11:47 GMT_
_Originally opened as https://github.com/graphcool/api-bugs/issues/257_
types.graphql
fileSo maybe we have to add an isVisible
flag to our Fields data structure.
This is now fixed 馃檪
The field is not there from the start, once it's added, the values are there. It can be removed and added, and the values will still be there.
fields need to be createdAt: DateTime!
and updatedAt: DateTime!
.
Most helpful comment
This is now fixed 馃檪
The field is not there from the start, once it's added, the values are there. It can be removed and added, and the values will still be there.
fields need to be
createdAt: DateTime!
andupdatedAt: DateTime!
.