Closed bsr203 closed 8 years ago
Can we retain the Name from MutationConfig on the outputted graphql.FieldConfig in MutationWithClientMutationID function. at
MutationConfig
graphql.FieldConfig
MutationWithClientMutationID
https://github.com/graphql-go/relay/blob/master/mutation.go#L61
so need Name: config.Name there.
Name: config.Name
thanks.
Fixed in #9 and #11
Thanks @bsr203 and @piinecone 👍🏻
Can we retain the Name from
MutationConfig
on the outputtedgraphql.FieldConfig
inMutationWithClientMutationID
function. athttps://github.com/graphql-go/relay/blob/master/mutation.go#L61
so need
Name: config.Name
there.thanks.