Rename the `result(s)` field if a GraphQL mutation output
Right now, if I create a mutation with Ash, the output data will be inside the
Is there some way to me to customize that name without having to create the whole mutation by hand?
For example, in the case of the image, I would like that instead of
result or results field (see image).Is there some way to me to customize that name without having to create the whole mutation by hand?
For example, in the case of the image, I would like that instead of
result the key would be offer
