OBJECT

SdCustomModuleForm

INTERNAL -- A Custom Module Form query for Support Dashboard

link GraphQL Schema definition

  • type SdCustomModuleForm {
  • # Created At
  • created_at: String
  • # Cursor for CustomModuleForm Pagination
  • cursor: String!
  • # The unique identifier of the object
  • id: ID!
  • # If Form is Autoscored
  • is_autoscored: Boolean
  • # Name
  • name: String
  • # If Form is Prefilled
  • prefill: Boolean
  • # Updated At
  • updated_at: String
  • # Use for Charting
  • use_for_charting: Boolean
  • # Use for Program
  • use_for_program: Boolean
  • # ID of the user
  • user_id: String
  • }