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
Add functionality to apollo-smith to generate an arbitrary number of subgraphs. This shouldn't compose them into a supergraph.
I think it makes a bit more sense to have this api to return a list, since subgraphs have to reference each other a little bit in order to make an "interesting" for fuzzing supergraph. it might be easier if that's done in a single process. happy to hear other thoughts though!
The text was updated successfully, but these errors were encountered:
Add functionality to
apollo-smith
to generate an arbitrary number of subgraphs. This shouldn't compose them into a supergraph.I think it makes a bit more sense to have this api to return a list, since subgraphs have to reference each other a little bit in order to make an "interesting" for fuzzing supergraph. it might be easier if that's done in a single process. happy to hear other thoughts though!
The text was updated successfully, but these errors were encountered: