INPUT_OBJECT

CreateReflectionCriteriaInput

CreateReflectionCriteriaInput is used for create ReflectionCriteria object. Input was generated by ent.

link GraphQL Schema definition

  • input CreateReflectionCriteriaInput {
  • criteria: String!
  • criteriaAbbreviation: String
  • prompt: String
  • # The rubric for the criteria
  • rubric: [String!]
  • # The facet of the criteria. Ie AACME, Oog, Developing Reflective Practice
  • facet: String
  • # The models for the criteria should run on. Leave empty to run on all models.
  • models: [String!]
  • # The footer from the group edge, if it exists
  • cachedFooter: String
  • # The header from the group edge, if it exists
  • cachedHeader: String
  • scoreIDs: [ID!]
  • groupID: ID
  • experimentID: ID
  • parentID: ID
  • childIDs: [ID!]
  • }