OBJECT

WebResource

link GraphQL Schema definition

  • type WebResource implements FormContainerItemInterface {
  • # Kind of column item — a placed field or an embedded web resource.
  • kind: FormContainerItemKind!
  • # Unique id of the embedded web resource.
  • id: String!
  • # Relative width of the web resource within its column.
  • size: Int!
  • # Display label of the embedded web resource.
  • label: String!
  • # Optional descriptive text for the embedded web resource.
  • description: String
  • }

link Require by

This element is not required by anyone