Class: Ecoportal::API::GraphQL::Model::Permissions
- Inherits:
-
Base::Permissions
- Object
- Common::Content::DoubleModel
- Common::GraphQL::Model
- Logic::BaseModel
- Base::Permissions
- Ecoportal::API::GraphQL::Model::Permissions
- Defined in:
- lib/ecoportal/api/graphql/model/permissions.rb
Overview
Org-level permission set (Organization.permissions). Each canXXX field is an
AuthorizationResult ({ value message }); all are non-null in the schema but modelled
nullable so a partial selection (fetching only some canXXX) still reads cleanly.
Constant Summary
Constants included from Common::GraphQL::Model::Diffable
Common::GraphQL::Model::Diffable::DIFF_CLASS
Method Summary
Methods included from Concerns::SnakeCamelAccess
#method_missing, #respond_to_missing?
Methods included from Common::GraphQL::Model::AsInput
Methods included from Common::GraphQL::Model::Diffable
Methods included from Common::GraphQL::ClassHelpers
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Ecoportal::API::GraphQL::Concerns::SnakeCamelAccess