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
Describe the bug
Similar to #350 the parameters passed do not correspond to the aliased fields leaving aliasing broken when using a connection field multiple times.
Type definitions
Based on the neo-push schema with an added boolean flag on Comment
To Reproduce
Clone repositoryDeleted
Seed and start serverDeleted
Run each query in GraphiQL at http://localhost:4000/graphql (or as defined in .env)
Describe the bug
Similar to #350 the parameters passed do not correspond to the aliased fields leaving aliasing broken when using a connection field multiple times.
Type definitions
Based on the
neo-push
schema with an added booleanflag
onComment
To Reproduce
Clone repositoryDeletedSeed and start serverDeletedquery
in GraphiQL athttp://localhost:4000/graphql
(or as defined in.env
)Flagged
Unflagged
Both
flagged last
unflagged last
Expected Behavior
The library should be able to alias a connection field multiple times without overwriting any parameters.
Screenshots
Entire graph
System (please complete the following information):
Additional Context
Debugger output for
PostsWithFlaggedAndUnflaggedComments
The text was updated successfully, but these errors were encountered: