INPUT_OBJECT

createProcedureInput

Autogenerated input type of createProcedure

link GraphQL Schema definition

  • input createProcedureInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • user_id: ID
  • cpt_code_id: ID
  • procedure_start_datetime: String
  • procedure_end_datetime: String
  • status: String
  • code: String
  • code_system_name: String
  • display_name: String
  • target_site: String
  • }

link Require by