OBJECT

CarouselItem

A custom title and body to appear on an organizations sign in features

link GraphQL Schema definition

  • type CarouselItem {
  • # Main text of accordion item
  • body: String!
  • # Returns a custom ID for body and title
  • id: ID!
  • # Title of accordion item
  • title: String!
  • }