Skip to content
This repository was archived by the owner on Sep 3, 2021. It is now read-only.

[Bug] Adding ! (required) to a DateTime Field, throw an error #158

Closed
ekarious opened this issue Dec 12, 2018 · 2 comments
Closed

[Bug] Adding ! (required) to a DateTime Field, throw an error #158

ekarious opened this issue Dec 12, 2018 · 2 comments

Comments

@ekarious
Copy link

I tried temporal field a bit and i noticed than adding a required to a Temporal Field actually throw an Error.

type Movie {
   title: String
   createdAt: DateTime!  // Throw an error !
}

The error is :
Cannot read property '0' of undifined.

Can some replicate this issue ?

@michaeldgraham
Copy link
Collaborator

Hi @Kitefr, thanks for reporting this! I have replicated the issue and will be working on fixing it soon :)

@ekarious
Copy link
Author

Thanks you :)

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants