INPUT_OBJECT

UpdateReflectionCriteriaInput

UpdateReflectionCriteriaInput is used for update ReflectionCriteria object. Input was generated by ent.

link GraphQL Schema definition

  • input UpdateReflectionCriteriaInput {
  • criteria: String
  • criteriaAbbreviation: String
  • clearCriteriaAbbreviation: Boolean
  • prompt: String
  • clearPrompt: Boolean
  • # The rubric for the criteria
  • rubric: [String!]
  • appendRubric: [String!]
  • # The facet of the criteria. Ie AACME, Oog, Developing Reflective Practice
  • facet: String
  • clearFacet: Boolean
  • # The models for the criteria should run on. Leave empty to run on all models.
  • models: [String!]
  • appendModels: [String!]
  • clearModels: Boolean
  • # The footer from the group edge, if it exists
  • cachedFooter: String
  • clearCachedFooter: Boolean
  • # The header from the group edge, if it exists
  • cachedHeader: String
  • clearCachedHeader: Boolean
  • addScoreIDs: [ID!]
  • removeScoreIDs: [ID!]
  • clearScores: Boolean
  • groupID: ID
  • clearGroup: Boolean
  • experimentID: ID
  • clearExperiment: Boolean
  • parentID: ID
  • clearParent: Boolean
  • addChildIDs: [ID!]
  • removeChildIDs: [ID!]
  • clearChildren: Boolean
  • }

link Require by