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 types may implement multiple interfaces, which are denoted with an ampersand (e.g., type A implements B & C). Currently, libgraphqlparser does not support this ability and fails with an exception of the type:
Parser failed with error: <line.column>: unrecognized character &
The text was updated successfully, but these errors were encountered:
GraphQL types may implement multiple interfaces, which are denoted with an ampersand (e.g.,
type A implements B & C
). Currently, libgraphqlparser does not support this ability and fails with an exception of the type:The text was updated successfully, but these errors were encountered: