excitement-engineer / graphql-iso-date

A set of RFC 3339 compliant date/time GraphQL scalar types.
MIT License
523 stars 50 forks source link

mergeSchemas Error: Can't find type DateTime. #129

Open anjneeksharma opened 4 years ago

anjneeksharma commented 4 years ago

Hi,

i am getting bellow error can someone please help me. in typedef.graphql file i am using bellow

type TimestampType { createdAt: DateTime createdBy: ProfileType modifiedAt: DateTime modifiedBy: ProfileType }

mergeSchemas.js:49 throw new Error("Can't find type " + name + "."); ^

Error: Can't find type DateTime.