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
Querying a GraphQL schema that uses interface inheritance fails when trying to use a selection set that asks for fields of the base type e.g.
query {
myQuery {
id
subtypeField {
id
}
}
}
Problem is that the selection set contains a path like ResultType.subtypeField/[Subtype1, Subtype2].id which we can't handle in the GraphQL query integration.
Description
Querying a GraphQL schema that uses interface inheritance fails when trying to use a selection set that asks for fields of the base type e.g.
Problem is that the selection set contains a path like
ResultType.subtypeField/[Subtype1, Subtype2].id
which we can't handle in the GraphQL query integration.Environment
Version: 1.6.14
JPA-Provider: -
DBMS: -
Application Server: -
The text was updated successfully, but these errors were encountered: