GithubHelp home page GithubHelp logo

yaacovcr / graphql-executor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from graphql/graphql-js

18.0 18.0 2.0 21.12 MB

A customizable GraphQL Spec compliant Executor

License: MIT License

JavaScript 4.11% TypeScript 95.89%

graphql-executor's Introduction

student, programmer, radiologist, father

open-source GraphQL development sponsored primarily by โœจ the Guild โœจ

  • currently working ๐Ÿ”ญ on a schema stitching executor with support for incremental delivery...
  • consider ๐ŸŒฑ sponsoring my work...
  • want to hear more? reach me at ๐Ÿ“ซ [email protected]

graphql-executor's People

Contributors

andimarek avatar asiandrummer avatar baer avatar cito avatar dherault avatar dschafer avatar enaqx avatar excitement-engineer avatar freiksenet avatar github-actions[bot] avatar greenkeeper[bot] avatar greenkeeperio-bot avatar ivangoncharov avatar jeffrmoore avatar josephsavona avatar kassens avatar leebyron avatar mjmahone avatar mohawk2 avatar nodkz avatar patrickjs avatar robrichard avatar robzhu avatar saihaj avatar schrockn-zz avatar skevy avatar swolchok avatar urigo avatar wincent avatar yaacovcr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

graphql-executor's Issues

Variable \"$value\" expected value of type \"UniqueEnum\" which cannot be used as an input type

Hi, I'm getting such an error if using a non-nullable arg of type Enum with a default value and corresponding nullable variable in case there is no nullable arg of the same type in the schema.

It looks like _toExecutorSchema adds the non-nullable version of the enum to the inputTypes Set and to the typeTree. Then coerceVariableValues tries to get a nullable version of the enum (because of nullable variable) from the inputTypes Set and from the typeTree. It cannot do that because there is the only non-nullable version of the enum.

v14 support

isSubType was introduced in v15 ?

We could introduce our own startup processing of the schema on first execution, memoizing the result.

There may be other blockers as well.

see: ardatan/graphql-tools#3928

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.