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 looking for a way to shared federated schema for InputType. Fore example shareable or extends. The goal is to have one graph advertise shared InputTypes that many subgraphs can build mutations around. Right now I don't think this is possible based on the documentation. If not, can it be a featured added to federation?
Graph1 has no queries or mutations just shared InputTypes:
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
-
I'm looking for a way to shared federated schema for InputType. Fore example
shareable
orextends
. The goal is to have one graph advertise shared InputTypes that many subgraphs can build mutations around. Right now I don't think this is possible based on the documentation. If not, can it be a featured added to federation?Graph1 has no queries or mutations just shared InputTypes:
Graph2 has a mutation:
Graph2 also has a mutation:
Is this possible?
Beta Was this translation helpful? Give feedback.
All reactions