Factory for creating a generateUpdateGQLFragment function that can be used to generate GraphQL fragments for the mutations present in T. The generic T should usually be set to the Mutation type generated by the GraphQL Code Generator.
generateUpdateGQLFragment
T
Mutation
Generated using TypeDoc
Factory for creating a
generateUpdateGQLFragment
function that can be used to generate GraphQL fragments for the mutations present inT
. The genericT
should usually be set to theMutation
type generated by the GraphQL Code Generator.