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
{{ message }}
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
change connection description format array[id]=value -> dict[name]=value
Motivation for (1)
In case we create types for connections (for example for nested arguments) GQL requires them to have unique names
Our accessor_general.build_connection_indexes relies on that. Here is a snippet from the function which may override index in case of connections from different collections to the collection have the same names.
Suggestion
Motivation for (1)
accessor_general.build_connection_indexes
relies on that. Here is a snippet from the function which may override index in case of connections from different collections to the collection have the same names.Motivation for (2)
The text was updated successfully, but these errors were encountered: