INPUT_OBJECT

CreateProfileRelationNoProjectBackrefInput

link GraphQL Schema definition

  • input CreateProfileRelationNoProjectBackrefInput {
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Id of the linked account.
  • accountId: ID
  • # Id of the linked contact.
  • contactId: ID
  • # Id of the linked custom entity record.
  • customEntityId: ID
  • # Id of the linked lead or opportunity, or empty when not pointing to one.
  • leadOpptyId: ID
  • # Id of the screen profile.
  • profileId: ID!
  • # Id of the linked quote.
  • quoteId: ID
  • }