Sha256: 033cd8f4720fe78a51d0e71d1b34a81f211dc72319aafbb3539822eedf371046

Contents?: true

Size: 389 Bytes

Versions: 4

Compression:

Stored size: 389 Bytes

Contents

# frozen_string_literal: true

gem 'graphql', '~> 1.7'
require 'graphql'

module WCC::Contentful
  # This module builds a GraphQL schema out of our IndexedRepresentation.
  # It is currently unused and not hooked up in the WCC::Contentful.init! method.
  # TODO: https://zube.io/watermarkchurch/development/c/2234 hook it up
  module Graphql
  end
end

require_relative 'graphql/builder'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
wcc-contentful-0.2.2 lib/wcc/contentful/graphql.rb
wcc-contentful-0.2.1 lib/wcc/contentful/graphql.rb
wcc-contentful-0.2.0 lib/wcc/contentful/graphql.rb
wcc-contentful-0.1.0 lib/wcc/contentful/graphql.rb