INPUT_OBJECT
CreateFinancialDisclosureStatementInput
CreateFinancialDisclosureStatementInput is used for create FinancialDisclosureStatement object. Input was generated by ent.
link GraphQL Schema definition
- input CreateFinancialDisclosureStatementInput {
- : Time
- # The date the financial disclosure statement was approved (Admin Only)
- : Time
- # The date the financial disclosure statement was denied (Admin Only)
- : Time
- # The status of the financial disclosure statement (Admin Only)
- : FinancialDisclosureStatementStatus
- # If true, at least one of the relationships has a role requiring approval (Admin
- # Only)
- : Boolean
- # If true, the user has financial relationships
- : Boolean
- # If true, the user agrees to disclose unlabeled/unapproved users of drugs or
- # products
- : Boolean
- # If true, the user attests that the information provided is true and accurate
- : Boolean
- # The initials of the user
- : String!
- # The date the user signed the financial disclosure statement
- : Time!
- : Time
- : Time
- : ID
- : [ID!]
- # Input for creating a relationship with a company.
- : [FinancialDisclosureInput!]
- }