Events
Events Query
Arguments
Name
Type
Description
Return Type
Usage Example
query {
# Search events by topic
events(
where: {
topicContains: "inventory"
},
orderBy: { direction: DESC, field: CREATED_AT }
) {
edges {
node {
id
topic
name
description
example
createdAt
createdBy
}
cursor
}
totalCount
}
}Common Filters
Notes
Last updated
Was this helpful?
