companyGatewayCreate
mutation
Create company gateway
Creates a new gateway associated with a company.
mutation {
companyGatewayCreate(companyId: Int!, data: CompanyGatewayInsert!): CompanyGateway!
}Returns: CompanyGateway!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | CompanyGatewayInsert! |