lib/graphql/stitching.rb in graphql-stitching-1.2.5 vs lib/graphql/stitching.rb in graphql-stitching-1.3.0

- old
+ new

@@ -22,10 +22,10 @@ end end end require_relative "stitching/supergraph" -require_relative "stitching/boundary" +require_relative "stitching/resolver" require_relative "stitching/client" require_relative "stitching/composer" require_relative "stitching/executor" require_relative "stitching/export_selection" require_relative "stitching/http_executable"