customObjectRecordsForDefinition
All records of a custom object definition, server-side paginated, for the instance datagrid.
customObjectRecordsForDefinition(
definition_id: Int!
first: Int
page: Int
orderByColumn: String
orderByDirection: String
filters: [CustomObjectRecordFilterInput!]
filterLogic: CustomObjectRecordFilterLogic = AND
): CustomObjectRecordListResponse!


