Class: GraphQL::Pundit::Instrumenters::BeforeScope

Inherits:
Scope
  • Object
show all
Defined in:
lib/graphql-pundit/instrumenters/before_scope.rb

Overview

Instrumenter that supplies ‘before_scope`

Defined Under Namespace

Classes: ScopeResolver

Constant Summary collapse

SCOPE_KEY =
:before_scope

Instance Attribute Summary

Attributes inherited from Scope

#current_user

Method Summary

Methods inherited from Scope

#initialize, #instrument

Constructor Details

This class inherits a constructor from GraphQL::Pundit::Instrumenters::Scope