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
A JS object is added to the store with both familyProxies and cyclePoints.
Screenshots
Additional context
Pull requests welcome!
This is an Open Source project - please consider contributing a bug fix
yourself (please read CONTRIBUTING.md before starting any work though).
The text was updated successfully, but these errors were encountered:
Describe the bug
A query such as:
Ends up with two
FamilyProxy
selections in the GraphQL Query JS object. One of them contains an "alias"cyclePoints
as specified in the query.But the Vuex store ends up with an object missing
cyclePoints
. Probably just needs to use thealias
when it is present, or thename
otherwise.Release version(s) and/or repository branch(es) affected?
Steps to reproduce the bug
Use a GraphQL query with an alias.
Expected behavior
A JS object is added to the store with both
familyProxies
andcyclePoints
.Screenshots
Additional context
Pull requests welcome!
This is an Open Source project - please consider contributing a bug fix
yourself (please read
CONTRIBUTING.md
before starting any work though).The text was updated successfully, but these errors were encountered: