Sha256: 368332233a15b29e07db9e2c1ff606d9a95b0e2b7bb5ed504d17413f2489077b
Contents?: true
Size: 388 Bytes
Versions: 7
Compression:
Stored size: 388 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
7 entries across 7 versions & 1 rubygems