Sha256: 0d80c20c1f802cd3a0cdaf07df99e0e225cd9458f5cef8f61d7e953a0660a16d

Contents?: true

Size: 277 Bytes

Versions: 29

Compression:

Stored size: 277 Bytes

Contents

GraphQL::Introspection::DirectiveLocationEnum = GraphQL::EnumType.define do
  name "__DirectiveLocation"
  description "Parts of the query where a directive may be located"

  GraphQL::Directive::LOCATIONS.each do |location|
    value(location.to_s, value: location)
  end
end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
graphql-0.18.15 lib/graphql/introspection/directive_location_enum.rb
graphql-0.18.14 lib/graphql/introspection/directive_location_enum.rb
graphql-0.18.13 lib/graphql/introspection/directive_location_enum.rb
graphql-0.18.12 lib/graphql/introspection/directive_location_enum.rb
graphql-0.18.11 lib/graphql/introspection/directive_location_enum.rb
graphql-0.18.10 lib/graphql/introspection/directive_location_enum.rb
graphql-0.18.9 lib/graphql/introspection/directive_location_enum.rb
graphql-0.18.8 lib/graphql/introspection/directive_location_enum.rb
graphql-0.18.7 lib/graphql/introspection/directive_location_enum.rb
graphql-0.18.6 lib/graphql/introspection/directive_location_enum.rb
graphql-0.18.5 lib/graphql/introspection/directive_location_enum.rb
graphql-0.18.4 lib/graphql/introspection/directive_location_enum.rb
graphql-0.18.3 lib/graphql/introspection/directive_location_enum.rb
graphql-0.18.2 lib/graphql/introspection/directive_location_enum.rb
graphql-0.18.1 lib/graphql/introspection/directive_location_enum.rb
graphql-0.18.0 lib/graphql/introspection/directive_location_enum.rb
graphql-0.17.2 lib/graphql/introspection/directive_location_enum.rb
graphql-0.17.1 lib/graphql/introspection/directive_location_enum.rb
graphql-0.17.0 lib/graphql/introspection/directive_location_enum.rb
graphql-0.16.1 lib/graphql/introspection/directive_location_enum.rb