Skip to content

Engine Cosmos : Date Type is not supported as part of schema #455

Description

@sajeetharan

With the current version, engine does not let me to define schema with date type.

type Order @model {
id : ID,
name : String,
customerId : ID,
date : Date,
customerEmail : String,
items : [Inventory]
}

the above schema throws an error

image

Metadata

Metadata

Labels

bugSomething isn't workingcosmos

Type

No type

Projects

Status
Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions