Class: ActiveAdmin::GraphQL::KeyValuePairInput
- Inherits:
-
GraphQL::Schema::InputObject
- Object
- GraphQL::Schema::InputObject
- ActiveAdmin::GraphQL::KeyValuePairInput
- Defined in:
- lib/active_admin/graphql/key_value_pair_input.rb
Overview
Shared input for flat string key/value pairs (Rails param-style). Used instead of a JSON map for nested route segments and custom action arguments so the schema stays explicit.