Sha256: 3e609a16c2dc9ab3b211411979813661d1ccd852197dfde86a0fffa99778cc28
Contents?: true
Size: 378 Bytes
Versions: 23
Compression:
Stored size: 378 Bytes
Contents
# frozen_string_literal: true module GraphQL class Schema class Directive < GraphQL::Schema::Member class OneOf < GraphQL::Schema::Directive description "Requires that exactly one field must be supplied and that field must not be `null`." locations(GraphQL::Schema::Directive::INPUT_OBJECT) default_directive true end end end end
Version data entries
23 entries across 23 versions & 1 rubygems