Exception: HQ::GraphQL::ActiveRecordExtensions::Error
- Inherits:
-
StandardError
- Object
- StandardError
- HQ::GraphQL::ActiveRecordExtensions::Error
- Defined in:
- lib/hq/graphql/active_record_extensions.rb
Constant Summary collapse
- MISSING_MODEL_MSG =
"Your GraphQL object must be connected to a model: `::HQ::GraphQL::Object.with_model 'User'`"- MISSING_ATTR_MSG =
"Can't find attr %{model}.%{attr}'`"- MISSING_ASSOC_MSG =
"Can't find association %{model}.%{assoc}'`"