graphql-go / relay

A Go/Golang library to help construct a graphql-go server supporting react-relay.
MIT License
424 stars 58 forks source link

MutationWithClientMutationID retain the mutation name #7

Closed bsr203 closed 8 years ago

bsr203 commented 9 years ago

Can we retain the Name from MutationConfig on the outputted graphql.FieldConfig in MutationWithClientMutationID function. at

https://github.com/graphql-go/relay/blob/master/mutation.go#L61

so need Name: config.Name there.

thanks.

sogko commented 8 years ago

Fixed in #9 and #11

Thanks @bsr203 and @piinecone 👍🏻