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
We have multiple versions of GraphQL schemas in order to fall back to the most compatible. However, they are tried in the wrong order right now, starting with the oldest one.
We have multiple versions of GraphQL schemas in order to fall back to the most compatible. However, they are tried in the wrong order right now, starting with the oldest one.
I think the fix is as easy as reverting the iteration order in https://github.com/doyensec/inql/blob/dev/src/main/kotlin/inql/graphql/Introspection.kt#L23 , but please review this.
The text was updated successfully, but these errors were encountered: