INPUT_OBJECT

BusinessAppDefinitionInput

link GraphQL Schema definition

  • input BusinessAppDefinitionInput {
  • # Optional EntityId of this element (group or group member).
  • #
  • # If this is populated then the definition must refer to an existing entity.
  • #
  • # If this is left empty then a new BusinessApplication will be created with the
  • # provided entityName.
  • entityId: EntityId
  • # The name of the entity
  • entityName: String!
  • # Optional list of app members.
  • members: [EntityId!]
  • # Optional list of potential business applications, that this BA is curated from.
  • potentialBusinessApps: [EntityId!]
  • }