Skip to content

How can I use graphql-iso-date with graphql-tag? #110

@dotku

Description

@dotku

eg I have a type E with following statements

const GraphqlISODate  = require('graphql-iso-date');
const {GraphQLDate} = GraphqlISODate;

module.exports = gql`
type E {
 ... 
 purchaseDate: GraphQLDate
}
`

But I got error with GraphQLDate not found, how can I resolved it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions