Types
Configuration for the connections Specifies filter factories and filter definitions used in Node classes. Defines filter factories for String, Int, Float and ID scalar properties (including nullable) and for properties backed by NodePropertyDelegate and NodeSetPropertyDelegate
Functions
Generates the GraphQL connection field
Generates the connection type for a specific Node type As specified by the connection specification, has a nodes, edges, totalCount and pageInfo field
Generates the edge type for the edges field of the connection. The generated type has a node field, which returns the Node associated with the edge, and the cursor field, which allows getting nodes after / before the edge
Generates the order type with a direction and an field field, where field is of the specific enum for the Node type
Generates the enum which defines all possible order fields
Generates the GraphQL search field