OBJECT

GraphLayout

Layout information in the EchoStream UI. Only to be used by the UI.

link GraphQL Schema definition

  • type GraphLayout {
  • # The name.
  • name: String!
  • # The actual layout structure as a JSON string.
  • layout: AWSJSON!
  • }