i have set up graphql for a symfony project according to this doc (https://api-platform.com/docs/core/graphql/). I know that you can set single operation like write permission on an entity regarding graphql. Now I want to be able to set globally for graphql that mutation is disabled. Does anyone have an idea how to solve this?
question from:https://stackoverflow.com/questions/65846154/symfony-graphql-disable-mutation-option-globally