Sha256: f9b5e91934e24f6742ec958798892bc1c5619d4038fbc1328b73b2fe990adfa8

Contents?: true

Size: 287 Bytes

Versions: 7

Compression:

Stored size: 287 Bytes

Contents

# frozen_string_literal: true

module GraphqlAuthorize
  module AuthAdapters
    class Base
      attr_reader :field_definition, :context

      def initialize(field_definition, context)
        @field_definition = field_definition
        @context = context
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
graphql_authorize-0.4.2 lib/graphql_authorize/auth_adapters/base.rb
graphql_authorize-0.4.1 lib/graphql_authorize/auth_adapters/base.rb
graphql_authorize-0.4.0 lib/graphql_authorize/auth_adapters/base.rb
graphql_authorize-0.3.0 lib/graphql_authorize/auth_adapters/base.rb
graphql_authorize-0.2.0 lib/graphql_authorize/auth_adapters/base.rb
graphql_authorize-0.1.1 lib/graphql_authorize/auth_adapters/base.rb
graphql_authorize-0.1.0 lib/graphql_authorize/auth_adapters/base.rb