Skip to main content

schemaFlows

schemaFlows(
after: Cursor
first: Int
before: Cursor
last: Int
orderBy: SchemaFlowOrder
where: SchemaFlowWhereInput
): SchemaFlowConnection!

Arguments

schemaFlows.after ● Cursor scalar

Returns the elements in the list that come after the specified cursor.

schemaFlows.first ● Int scalar

Returns the first n elements from the list.

schemaFlows.before ● Cursor scalar

Returns the elements in the list that come before the specified cursor.

schemaFlows.last ● Int scalar

Returns the last n elements from the list.

schemaFlows.orderBy ● SchemaFlowOrder input

Ordering options for SchemaFlows returned from the connection.

schemaFlows.where ● SchemaFlowWhereInput input

Filtering options for SchemaFlows returned from the connection.

Type

SchemaFlowConnection object

A connection to a list of items.