customers

  • Query
#

Arguments


String

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

String

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

Int

Returns the first n elements from the list.

Int

Returns the last n elements from the list.

String
Thor query strings support free text, fielded terms, boolean operators, phrases, and range filters. See the query language guide.
#

Payload


[CustomerEdge!]

A list of edges.

[Customer!]

A flattened list of the nodes

PageInfo!

Information to aid in pagination.

Int!

Identifies the total count of items in the connection.