UpdateIntegratorBasicInfosInput
The data required to update the basic infos of an integrator
input UpdateIntegratorBasicInfosInput {
name: String!
}
Fields
UpdateIntegratorBasicInfosInput.name
● String!
non-null scalar
The name of the integrator
Member Of
updateIntegratorInfos
mutation