scaphold-io / scaphold-issues

Post issues that you find on Scaphold here. Post anything about the platform, docs, boilerplates, etc... Happy Scapholding!
3 stars 0 forks source link

createX on type w/ nullable [DateTime] field throws #18

Closed brandonmp closed 7 years ago

brandonmp commented 7 years ago

Listing type has field openHouseDates: [DateTime]. field is not required and is nullable, but executing a createListing mutation throws if the openHouseDates field isn't present

image

brandonmp commented 7 years ago

problem persists after deleting/recreating the field with the same type ([DateTime])

changing the field to a [String], however, works as expected

mikeparisstuff commented 7 years ago

Looking into this now.

mikeparisstuff commented 7 years ago

This has been fixed and will go up with the next deployment. Thanks for finding this :)