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 ofConnection
- An edge in a connection.
- Empty additional fields
- Enable (at compile time)
nodes
field in GQL output ofConnection
- 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
containsnodes
field in GQL output
Functions
- Parses the parameters and executes the query.
- Parses the parameters and executes the query and return a custom
Connection
type.