Skip to main content

My exhibitors

Object

My exhibitors

Retrieve a list of exhibitor booths that your account has access to.

Arguments

  • cursor - Pagination parameters to control the number of results returned

Query

query myExhibitors($cursor: CursorPaginationInput) {
myExhibitors(cursor: $cursor) {
pageInfo {
hasNextPage
endCursor
}
nodes {
id
name
events {
nodes {
id
title
}
}
}
}
}

Variables

{
"cursor": {
"first": 100
}
}