ncrypthic / doctrine-graphql

Doctrine ORM to GraphQL bridge
MIT License
2 stars 1 forks source link

Allow custom mutation query method #10

Open ncrypthic opened 5 years ago

ncrypthic commented 5 years ago

I think its necessary for users to be able to create custom query of mutations.

nuncanada commented 5 years ago

I think users will want all kind of different custom queries... The problem right know is trying to guess exactly what they will want to do... If it were me, I would wait for use cases to appear before trying to create some abstraction/interface/whatever... But maybe you already have some use cases you need? You could try to make a proper interface for those....