INPUT_OBJECT

CreateProfileRelationNoContactBackrefInput

link GraphQL Schema definition

  • input CreateProfileRelationNoContactBackrefInput {
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Id of the linked account.
  • accountId: 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 project.
  • projectId: ID
  • # Id of the linked quote.
  • quoteId: ID
  • }