OBJECT

SparkyChatConfigEdge

An edge in a connection.

link GraphQL Schema definition

  • type SparkyChatConfigEdge {
  • # The item at the end of the edge.
  • node: SparkyChatConfig
  • # A cursor for use in pagination.
  • cursor: Cursor!
  • }