Hey community,
I've used GraphQL Architect to generate boilerplate. It has a lean schema.graphql file.
I have a use case to create mutation, I have 3 entities - Product, Material, Functionality. I want to create those as an atomic transaction, I came...