Mutations
updateReceiptAttribute
Updates an attribute on a receipt.
MUTATION
updateReceiptAttribute(input: UpdateReceiptAttributeInput!): UpdateReceiptAttributeArguments
input
required
Returns
receiptAttribute
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 receipt.
updateReceiptAttribute(input: UpdateReceiptAttributeInput!): UpdateReceiptAttributemutation UpdateReceiptAttribute($input: UpdateReceiptAttributeInput!) {
updateReceiptAttribute(input: $input) {
receiptAttribute {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
}
}{
"input": {
"etag": "string",
"key": "string",
"receiptId": 1
}
}{
"data": {
"updateReceiptAttribute": {
"receiptAttribute": {
"Created": "value",
"Etag": "string",
"LastSessionId": "string",
"Updated": "value",
"_IonValueCount": 1,
"_ValueCount": 1
}
}
}
}Was this page helpful?
mutation UpdateReceiptAttribute($input: UpdateReceiptAttributeInput!) {
updateReceiptAttribute(input: $input) {
receiptAttribute {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
}
}{
"input": {
"etag": "string",
"key": "string",
"receiptId": 1
}
}{
"data": {
"updateReceiptAttribute": {
"receiptAttribute": {
"Created": "value",
"Etag": "string",
"LastSessionId": "string",
"Updated": "value",
"_IonValueCount": 1,
"_ValueCount": 1
}
}
}
}Suggestions