graphql-jpa-query icon indicating copy to clipboard operation
graphql-jpa-query copied to clipboard

Mutation Wanted

Open kisixing opened this issue 4 years ago • 1 comments

Dear developers: Hello everyone, I've met graphql-jpa-query in recent days. it's awesome. Our project needs mutation resolution. I've read issues about mutation(most information is 2 years ago), and the example URL in an answer is broken. Would you please let me know any progress about basic Update, Delete, Create. Look forward your prompt reply.

kisixing avatar Jun 18 '21 03:06 kisixing

I'm sorry to commit the issue repeatedly because of network problems

kisixing avatar Jun 18 '21 03:06 kisixing

@kisixing why not create it yourself, this is an open source project? What did you end up doing 2 years ago. I am planning to take a crack at implementation, but am guessing there are complications else it might have been done before subscriptions. Searching the issues it seems the work was attempted. @igdianov can you give me some context on any challenges you faced? Am planning to track down any attempts in the git history as well. But a chat may speed things up.

fluidnotions avatar Jun 11 '23 21:06 fluidnotions

The mutations are outside the scope of the query side covered by this project. It is best to use Spring GraphQl/Data to implement custom mutation code and business logic.

igdianov avatar Jul 02 '23 16:07 igdianov