OBJECT
ServerActionsConnection
A connection to a list of ServerAction values.
link GraphQL Schema definition
- type ServerActionsConnection {
- # A list of `ServerAction` objects.
- : [ServerAction]!
- # A list of edges which contains the `ServerAction` and cursor to aid in
- # pagination.
- : [ServerActionsEdge!]!
- # Information to aid in pagination.
- : PageInfo!
- # The count of *all* `ServerAction` you could get from the connection.
- : Int!
- }