Closed vcuculo closed 3 years ago
Hi @vcuculo,
Currently the schema definition does not accept hasBeginning
, hasEnd
, and hasPointInTime
fields (will push a fix for it in a minute), but does accept due
. I also tried to reproduce, but it returned with the expected due
. Did you try your mutation on ReflowOS?
Cheers, srfsh
Sorry @srfsh , my mistake. due
is correctly accepted, but I was interested in the hasPointInTime
or hasBeginning
field. I updated the example, thank you!
I pushed the changes and built another image; can you update yours and try again?
I can confirm that it works now, thank you!
The following
results in
and the same happens for
hasBeginning
andhasEnd
.(related to https://github.com/dyne/zenpub/issues/66)
-- Edited because of wrong example.