OBJECT

CustomEntityID

link GraphQL Schema definition

  • type CustomEntityID {
  • # API name of the custom entity type the referenced record belongs to.
  • entityApiName: String!
  • # Identifier of the referenced custom entity record.
  • id: UUID!
  • }