records
Last edit: Oct 26, 2022
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