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
I'm currently looking at an issue where alias for queries from a type is not being returned. If I query my graphql server directly I can see correct responses. So I'm wondering if the mesh is not handling this properly.
query getDriversAndCars {
drivers {
id
allCars: cars {
id
make
model
}
}
}
allCars is always null despite the response from the underlying service containing this data. Is there a workaround, or config I'm missing to support this behaviour?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm currently looking at an issue where alias for queries from a type is not being returned. If I query my graphql server directly I can see correct responses. So I'm wondering if the mesh is not handling this properly.
allCars
is always null despite the response from the underlying service containing this data. Is there a workaround, or config I'm missing to support this behaviour?Beta Was this translation helpful? Give feedback.
All reactions