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