Class: Parse::GraphQL::Types::JSON
- Inherits:
-
GraphQL::Schema::Scalar
- Object
- GraphQL::Schema::Scalar
- Parse::GraphQL::Types::JSON
- Defined in:
- lib/parse/graphql/scalars.rb
Overview
Fallback for ‘:array` / `:object` columns with no element type. Emits a warning at codegen time when used so authors know to narrow the type if possible. Subscribers needing typed list elements should declare `belongs_to` / `has_many` instead of a raw `property :foo, :array`.