Sha256: c5e071ed45931cd7cc5c26599d242fe843394ad08e5067d82c798800f535e62a
Contents?: true
Size: 281 Bytes
Versions: 12
Compression:
Stored size: 281 Bytes
Contents
# frozen_string_literal: true module GraphQL::Stitching class Supergraph class SourceDirective < GraphQL::Schema::Directive graphql_name "source" locations FIELD_DEFINITION argument :location, String, required: true repeatable true end end end
Version data entries
12 entries across 12 versions & 1 rubygems