records
Last edit: Nov 10, 2025
Returns collection of all Records in the system.
records(
filter: RecordsFilterInput
page: Int = 1
per_page: Int!
sort: [RecordsSortInput!]
): RecordCollection!
Returns collection of all Records in the system.
records(
filter: RecordsFilterInput
page: Int = 1
per_page: Int!
sort: [RecordsSortInput!]
): RecordCollection!
filter (RecordsFilterInput)page (Int)per_page (Int)sort (RecordsSortInput)RecordCollection