OBJECT

PostEducationalValue

link GraphQL Schema definition

  • type PostEducationalValue implements Node {
  • id: ID!
  • postID: ID!
  • providerTypeID: ID!
  • # Educational value score (0-5)
  • value: Int!
  • # AI-generated explanation for the educational value score
  • reasoning: String!
  • post: Post!
  • providerType: ProviderType!
  • }