OBJECT

AllowedEntityType

Entities where field is allowed to be used, for relation fields both left relation entity and right relation entity record is returned. Abstract Entity (e.g. LeadOppty, Activity) are not returned they have to be evaluated by receiver.

link GraphQL Schema definition

  • type AllowedEntityType {
  • # Name of entity where field is allowed to be used, for relation fields both left
  • # relation entity and right relation entity is returned.Abstract Entity (e.g.
  • # LeadOppty, Activity) are not returned they have to be evaluated by receiver.
  • entity: EntityNameEnum!
  • entityApiName: String
  • # Ids of entity types where field is declared on its type form, if entity doesn't
  • # have types a NULL is returned.
  • entityTypeIds: [ID!]
  • }