MagicTokenResponse
Paginated response containing magic tokens and pagination metadata.
Provides a structured response for magic token search operations with pagination support and result statistics.
type MagicTokenResponse {
  items: [MagicToken!]!
  itemsFound: Int!
  offset: Int!
  page: Int!
  pages: Int!
  start: Int!
  end: Int!
}
Fields
MagicTokenResponse.items ● [MagicToken!]! non-null object
List of items of type MagicToken
MagicTokenResponse.itemsFound ● Int! non-null scalar
Total number of items found
MagicTokenResponse.offset ● Int! non-null scalar
The amount of items to show per page
MagicTokenResponse.page ● Int! non-null scalar
The current page
MagicTokenResponse.pages ● Int! non-null scalar
Total amount of pages
MagicTokenResponse.start ● Int! non-null scalar
Start position of the current page
MagicTokenResponse.end ● Int! non-null scalar
End position of the current page
Returned By
magicTokens  query