lib/graphql/stitching.rb in graphql-stitching-0.2.1 vs lib/graphql/stitching.rb in graphql-stitching-0.2.2

- old
+ new

@@ -2,9 +2,11 @@ require "graphql" module GraphQL module Stitching + EMPTY_OBJECT = {}.freeze + class StitchingError < StandardError; end class << self def stitch_directive