Sha256: 81485a06ddf13fa53c81737ff8efeb8c909e484c50a8787d1b18967c88fb1194
Contents?: true
Size: 374 Bytes
Versions: 14
Compression:
Stored size: 374 Bytes
Contents
GraphQL::Directive::IncludeDirective = GraphQL::Directive.define do name "include" description "Directs the executor to include this field or fragment only when the `if` argument is true." locations([GraphQL::Directive::FIELD, GraphQL::Directive::FRAGMENT_SPREAD, GraphQL::Directive::INLINE_FRAGMENT]) argument :if, !GraphQL::BOOLEAN_TYPE, 'Included when true.' end
Version data entries
14 entries across 14 versions & 1 rubygems