OrchardCMS / OrchardCore

Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
https://orchardcore.net
BSD 3-Clause "New" or "Revised" License
7.23k stars 2.34k forks source link

[GraphQL] Mutation support in Dev branch #2964

Open jasjae opened 5 years ago

jasjae commented 5 years ago

Hi,

The mutation support in the JSONAPI branch seems not to have been carried across to the Dev branch. Is this as designed/planned? Or is it planned to be reintroduced later?

carlwoodhouse commented 5 years ago

believe it will be reintroduced later, see https://github.com/OrchardCMS/OrchardCore/tree/graphqlmutations

sebastienros commented 5 years ago

Mutations are already supported, it's just that none has been implemented in dev yet.

jasjae commented 5 years ago

believe it will be reintroduced later, see https://github.com/OrchardCMS/OrchardCore/tree/graphqlmutations

Thanks for the link, it helped me implement a version suitable for my needs. FWIW, I'd say there's still a bit to do in Dev before ContentType mutations are complete, but it's fairly complete.

carlwoodhouse commented 4 years ago

Probably at least wants the graphql permissions pr #3951 so we can have sep permissions for mutations/vs read

Piedone commented 2 years ago

Related: https://github.com/OrchardCMS/OrchardCore/issues/4489

aaronamm commented 2 years ago

@carlwoodhouse Thanks for pointing out "graphqlmutations" branch. I have pulled some links that can be useful for other people who want to implement mutation in Orchard Core CMS.