romshark / dgraph_graphql_go

A GraphQL + Dgraph + Go + HTTP based backend service demo.
MIT License
50 stars 15 forks source link

Post Editing #3

Closed romshark closed 5 years ago

romshark commented 5 years ago

Implement post editing capabilities. A post may only be edited by its owner (and a moderator, in case moderation is to be implemented). New values for title and contents can be provided. At least one change must be provided, otherwise the mutation must throw an error.