Class: GraphQL::Pundit::Instrumenters::AfterScope

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

Overview

Instrumenter that supplies ‘after_scope`

Defined Under Namespace

Classes: ScopeResolver

Constant Summary collapse

SCOPE_KEY =
:after_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