Just looking for some best-practice recommendations - when doing basic CRUD mutations with long forms in react, what's the preferred way to build out long gql mutations? Is there a good way to just pass through every field from the form/state (dynamically), or should they always be statically crafted?
p
pcooney10
02/08/2018, 7:54 PM
Hey @steveb, unfortunately mutations are a bit verbose in