Skip to content

Commit

Permalink
ECHOACCESS-158: Add cursor to related collections
Browse files Browse the repository at this point in the history
  • Loading branch information
mandyparson committed Jun 3, 2024
1 parent f10a930 commit 6d110f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types/collection.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,8 @@ interface Relationship {
type RelatedCollectionsList {
"The number of related collections available."
count: Int
"Cursor that points to the/a specific position in a list of requested records."
cursor: String
"The list of related collections."
items: [RelatedCollection]
}
Expand Down

0 comments on commit 6d110f4

Please sign in to comment.