INPUT_OBJECT

UpdateFinancialDisclosureStatementInput

UpdateFinancialDisclosureStatementInput is used for update FinancialDisclosureStatement object. Input was generated by ent.

link GraphQL Schema definition

  • input UpdateFinancialDisclosureStatementInput {
  • deletedAt: Time
  • clearDeletedAt: Boolean
  • # The date the financial disclosure statement was approved (Admin Only)
  • approvedAt: Time
  • clearApprovedAt: Boolean
  • # The date the financial disclosure statement was denied (Admin Only)
  • deniedAt: Time
  • clearDeniedAt: Boolean
  • # The status of the financial disclosure statement (Admin Only)
  • status: FinancialDisclosureStatementStatus
  • # If true, at least one of the relationships has a role requiring approval (Admin
  • # Only)
  • requiresApproval: Boolean
  • # If true, the user has financial relationships
  • hasFinancialRelationships: Boolean
  • # If true, the user agrees to disclose unlabeled/unapproved users of drugs or
  • # products
  • agreesToDisclose: Boolean
  • # If true, the user attests that the information provided is true and accurate
  • doesAttest: Boolean
  • # The initials of the user
  • initials: String
  • # The date the user signed the financial disclosure statement
  • signatureDate: Time
  • createdAt: Time
  • updatedAt: Time
  • userID: ID
  • clearUser: Boolean
  • addRelationshipIDs: [ID!]
  • removeRelationshipIDs: [ID!]
  • clearRelationships: Boolean
  • # Input for creating or updating a relationship with a company. If the ID is not
  • # provided, a new relationship will be created.
  • # Pass in all existing relationships, even if they are not being updated. If a
  • # relationship is not passed in, it will be deleted.
  • relationships: [FinancialDisclosureInput!]
  • }

link Require by