OBJECT
AmosIntegrationMutation
link GraphQL Schema definition
- type AmosIntegrationMutation {
- # Arguments
- # isActive:
- # type:
- # host:
- # userName:
- # password:
- (
- : Boolean!,
- : AmosProtocol!,
- : String,
- : String,
- : String
- ): NonNullBooleanValueOrErrorList!
- }