lib/graphql/stitching/boundary.rb in graphql-stitching-1.0.1 vs lib/graphql/stitching/boundary.rb in graphql-stitching-1.0.2
- old
+ new
@@ -1,8 +1,9 @@
# frozen_string_literal: true
module GraphQL
module Stitching
+ # Defines a boundary query that provides direct access to an entity type.
Boundary = Struct.new(
:location,
:type_name,
:key,
:field,