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]
- SpringPolicyCreateInput!): SpringPolicy! ( :
- # name of provider : SPRING
- 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]
- SpringPolicyUpdateInput!): SpringPolicy! ( :
- }