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
It would be cool if you can provide functionality for parsing, merging and compiling GraphQL queries. So not only Relay can use awesome features of GraphQL.
parse function should parse GraphQL query string into structure like info object which you can get in resolve function.
compile function should be an opponent for parse
merge function should merge two info objects to later perform optimised query to the server.