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