Class: Mutations::AuthenticatedMutation
- Inherits:
-
BaseMutation
- Object
- GraphQL::Schema::RelayClassicMutation
- BaseMutation
- Mutations::AuthenticatedMutation
- Defined in:
- app/graphql/mutations/authenticated_mutation.rb
Class Method Summary collapse
Class Method Details
.authorized?(object, context) ⇒ Boolean
3 4 5 |
# File 'app/graphql/mutations/authenticated_mutation.rb', line 3 def self.(object, context) context[:current_user].present? end |