INPUT_OBJECT

UpdatePluginConfigurationValueInput

  • input UpdatePluginConfigurationValueInput {
  • # The Relay Classic Client Mutation ID.
  • clientMutationId: String
  • # The name of the plugin that is being configured.
  • plugin: String!
  • # The configuration values to modify.
  • values: [ConfigurationValueInput!]!
  • }