INPUT_OBJECT

CreateOnlineFormRelationNoOnlineFormBackrefInput

link GraphQL Schema definition

  • input CreateOnlineFormRelationNoOnlineFormBackrefInput {
  • # 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
  • # True for the row that points to the submission's primary record. There is at
  • # most one primary relation per submission and its entity must match the form's
  • # entity_type.
  • isPrimary: Boolean!
  • # Id of the linked lead or opportunity, or empty when not linked.
  • leadOpptyId: ID
  • # Id of the linked project.
  • projectId: ID
  • # Id of the linked quote.
  • quoteId: ID
  • # Revision when entity was lastly changed.
  • revision: Int
  • }