You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
graphql-js 0.13 introduced a new multiple inheritance syntax, see #1169. relay 1.6 will no longer support the old syntax, see release notes.
Implementing the new and dropping support for the old syntax is straight forward (patch attached) but would be a breaking change. A switch like useLegacySDLImplementsInterfaces sounds like a better idea but I am not sure what would be the best place for that in graphql-python (GraphQLSchema?). 0002-new-multiple-inheritance-syntax.txt
The text was updated successfully, but these errors were encountered:
graphql-js 0.13
introduced a new multiple inheritance syntax, see #1169.relay 1.6
will no longer support the old syntax, see release notes.Implementing the new and dropping support for the old syntax is straight forward (patch attached) but would be a breaking change. A switch like
useLegacySDLImplementsInterfaces
sounds like a better idea but I am not sure what would be the best place for that ingraphql-python
(GraphQLSchema
?).0002-new-multiple-inheritance-syntax.txt
The text was updated successfully, but these errors were encountered: