OBJECT

SpringPolicyMutationProvider

mutations for spring provider

link GraphQL Schema definition

  • type SpringPolicyMutationProvider implements HubPolicyMutationProvider {
  • # create or update a spring policy
  • #
  • # **NOTE:** This API/functionality is in Alpha, This functionality can be unstable
  • # and schema elements may change over future iterations.
  • #
  • # Arguments
  • # input: [Not documented]
  • createPolicy(input: SpringPolicyCreateInput!): SpringPolicy!
  • # name of provider : SPRING
  • name: String!
  • # create or update a spring policy
  • #
  • # **NOTE:** This API/functionality is in Alpha, This functionality can be unstable
  • # and schema elements may change over future iterations.
  • #
  • # Arguments
  • # input: [Not documented]
  • updatePolicy(input: SpringPolicyUpdateInput!): SpringPolicy!
  • }