Mutations
updateSupplierAttribute
Updates an attribute on a supplier.
MUTATION
updateSupplierAttribute(input: UpdateSupplierAttributeInput!): UpdateSupplierAttributeArguments
input
required
Returns
supplierAttribute
Mutation
Variables
Response
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Updates an attribute on a supplier.
updateSupplierAttribute(input: UpdateSupplierAttributeInput!): UpdateSupplierAttributemutation UpdateSupplierAttribute($input: UpdateSupplierAttributeInput!) {
updateSupplierAttribute(input: $input) {
supplierAttribute {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
}
}{
"input": {
"etag": "string",
"key": "string",
"supplierId": 1
}
}{
"data": {
"updateSupplierAttribute": {
"supplierAttribute": {
"Created": "value",
"Etag": "string",
"LastSessionId": "string",
"Updated": "value",
"_IonValueCount": 1,
"_ValueCount": 1
}
}
}
}Was this page helpful?
mutation UpdateSupplierAttribute($input: UpdateSupplierAttributeInput!) {
updateSupplierAttribute(input: $input) {
supplierAttribute {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
}
}{
"input": {
"etag": "string",
"key": "string",
"supplierId": 1
}
}{
"data": {
"updateSupplierAttribute": {
"supplierAttribute": {
"Created": "value",
"Etag": "string",
"LastSessionId": "string",
"Updated": "value",
"_IonValueCount": 1,
"_ValueCount": 1
}
}
}
}Suggestions