schemaImportRecords
schemaImportRecords(
after: Cursor
first: Int
before: Cursor
last: Int
orderBy: SchemaImportRecordOrder
where: SchemaImportRecordWhereInput
): SchemaImportRecordConnection!
Arguments
schemaImportRecords.after ● Cursor scalar
Returns the elements in the list that come after the specified cursor.
schemaImportRecords.first ● Int scalar
Returns the first n elements from the list.
schemaImportRecords.before ● Cursor scalar
Returns the elements in the list that come before the specified cursor.
schemaImportRecords.last ● Int scalar
Returns the last n elements from the list.
schemaImportRecords.orderBy ● SchemaImportRecordOrder input
Ordering options for SchemaImportRecords returned from the connection.
schemaImportRecords.where ● SchemaImportRecordWhereInput input
Filtering options for SchemaImportRecords returned from the connection.
Type
SchemaImportRecordConnection object
A connection to a list of items.