Sha256: fa661a8967cb715998e14df4a0dbbe8d8a3f1cf406d90a142f89c5347831fbfe

Contents?: true

Size: 188 Bytes

Versions: 7

Compression:

Stored size: 188 Bytes

Contents

# frozen_string_literal: true

module GraphqlAuthorize
  module Field
    def self.included(base)
      base.accepts_definitions :authorize
    end

    attr_accessor :authorize
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
graphql_authorize-0.4.2 lib/graphql_authorize/ext/field.rb
graphql_authorize-0.4.1 lib/graphql_authorize/ext/field.rb
graphql_authorize-0.4.0 lib/graphql_authorize/ext/field.rb
graphql_authorize-0.3.0 lib/graphql_authorize/ext/field.rb
graphql_authorize-0.2.0 lib/graphql_authorize/ext/field.rb
graphql_authorize-0.1.1 lib/graphql_authorize/ext/field.rb
graphql_authorize-0.1.0 lib/graphql_authorize/ext/field.rb