TransactionType
TransactionType Type
Values
Value
Description
Usage Example
query {
transactions(
where: { type: into }
orderBy: { direction: DESC, field: CREATED_AT }
) {
edges {
node {
id
itemID
quantity
type
repositoryID
}
}
}
}Last updated
Was this helpful?
