Skip to content

Tags: ibralu/graphql-js

Tags

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.

v14.1.1

Toggle v14.1.1's commit message
14.1.1

v14.1.0

Toggle v14.1.0's commit message
14.1.0

v14.0.2

Toggle v14.0.2's commit message
14.0.2

v14.0.1

Toggle v14.0.1's commit message
14.0.1

v14.0.0

Toggle v14.0.0's commit message
14.0.0

v14.0.0-rc.2

Toggle v14.0.0-rc.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow interfaces to have no implementors (graphql#1376)

* Allow interfaces to have no implementors
Reverts graphql#1277, and implements spec removal from graphql#459. While it's an open question whether this validation is good, we need to provide an upgrade path for schemas that currently do not satisfy this validation rule.

* Update test to accept unimplemented interface