Mutation operations
createFileEntries
Create a batch of file entries from the provided input
Argument | Input type |
---|---|
fileEntries | CreateFileEntryInput |
createItems
Create a batch of items from the provided input
Argument | Input type |
---|---|
items | CreateItemInput |
createMessages
Create a batch of messages from the provided input
Argument | Input type |
---|---|
messages | CreateMessageInput |
createTransactions
Create a batch of transaction items from the provided input
Argument | Input type |
---|---|
transactions | CreateTransactionInput |
createUsers
Create a batch of users from the provided input
Argument | Input type |
---|---|
users | CreateUserInput |
deleteFileEntries
Delete a batch of file entries with the provided ids
Argument | Input type |
---|---|
fileEntries | Int |
deleteItems
Delete a batch of items with the provided ids
Argument | Input type |
---|---|
items | Int |
deleteMessages
Delete a batch of messages with the provided ids
Argument | Input type |
---|---|
messages | Int |
deleteTransactions
Delete a batch of transaction items with the provided ids
Argument | Input type |
---|---|
transactions | Int |
deleteUsers
Delete a batch of users with the provided ids
Argument | Input type |
---|---|
users | Int |
updateItems
Update a batch of items from the provided input
Argument | Input type |
---|---|
items | UpdateItemInput |
updateTransactions
Update a batch of transaction items from the provided input
Argument | Input type |
---|---|
transactions | UpdateTransactionInput |
updateUsers
Update a batch of users from the provided input
Argument | Input type |
---|---|
users | UpdateUserInput |