Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GraphQL 15 support #138

Open
Pompedup opened this issue Mar 21, 2021 · 14 comments
Open

GraphQL 15 support #138

Pompedup opened this issue Mar 21, 2021 · 14 comments

Comments

@Pompedup
Copy link

I just begin a tutorial with graphql that use your lib, they use graphql@15.5.0 so I had to do npm i -force to install your lib since you don't allow GraphQL 15, is there a reason or will that be possible soon ?

@Urigo
Copy link

Urigo commented Mar 24, 2021

Could you link the tutorial?

@Pompedup
Copy link
Author

@josueadelima
Copy link

Same here, I get this warning:

... with version 15.5.0, which doesn't satisfy what graphql-iso-date requests

@Urigo
Copy link

Urigo commented Mar 26, 2021

@Pompedup @josueadelima check out this commit and the comment at the top of the repo here:

The scalars defined in this repository have moved to the [GraphQL-scalars](https://www.graphql-scalars.dev) repository where they will be maintained.

Do you think that you would help report and update the tutorial to use the updated repo?

@peacechen
Copy link

@excitement-engineer this is still a problem

@SMEETT
Copy link

SMEETT commented Jun 17, 2021

Just a bump. Support for GraphQL 15 would be great.

@jhomarolo
Copy link

jhomarolo commented Aug 2, 2021

I am encountering these problems too and seens to me the library is discontinued.

If the project owner does not object, I will create a new version of this lib using this as a base, but already with graphql 15 support

@Urigo
Copy link

Urigo commented Aug 2, 2021

@jhomarolo why not use graphql-scalars many date related scalars?

@SMEETT
Copy link

SMEETT commented Aug 3, 2021

I just used a "GraphQLString" in the end to handle ISODate (while using a "DataTypes.DATE" in Sequelize) - this combination gives me all I need. Maybe that helps someone.

@jlowcs
Copy link

jlowcs commented Dec 1, 2021

@jhomarolo why not use graphql-scalars many date related scalars?

There's actually a potential difference of behavior between SSR and CSR when using that: Urigo/graphql-scalars#957

@otwm
Copy link

otwm commented Jan 30, 2022

Same goes for 16.3.0.

@bahachammakhi
Copy link

Issues with typescript

Type '{ type: GraphQLScalarType; }' is not assignable to type 'GraphQLFieldConfig<any, any, any>'. Types of property 'type' are incompatible. Type 'GraphQLScalarType' is not assignable to type 'GraphQLOutputType'.

@geosigno
Copy link

Any update? This is a blocker for me.

@dremonkey
Copy link

@geosigno move to https://github.com/Urigo/graphql-scalars. This project is discontinued according to the readme.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests