Sha256: 5cf7bf6589d19831f9863ae954572dcc4a1e6f4b30d286e7859635068a0286d0

Contents?: true

Size: 222 Bytes

Versions: 3

Compression:

Stored size: 222 Bytes

Contents

require_relative "../../../../lib/graphql/stitching"

StitchedSchema = GraphQL::Stitching::Client.new(locations: {
  entities: {
    schema: EntitiesSchema,
  },
  subscriptions: {
    schema: SubscriptionsSchema,
  },
})

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
graphql-stitching-1.5.2 examples/subscriptions/app/graphql/stitched_schema.rb
graphql-stitching-1.5.1 examples/subscriptions/app/graphql/stitched_schema.rb
graphql-stitching-1.5.0 examples/subscriptions/app/graphql/stitched_schema.rb