Module async_graphql::types::connection
source · Expand description
Types for Relay-compliant server
Structs
Connection type
Name the connection type by default with the default format.
Name the edge type by default with the default format.
Disable (at compile time)
nodes
field in GQL output of Connection
An edge in a connection.
Empty additional fields
Enable (at compile time)
nodes
field in GQL output of Connection
A opaque cursor that encode/decode the value to base64
Information about pagination in a connection
Traits
Used to specify the connection name.
Cursor type
Used to specify the edge name.
Allow switch if
Connection
contains nodes
field in GQL outputFunctions
Parses the parameters and executes the query.
Parses the parameters and executes the query and return a custom
Connection
type.