watermarkchurch / wcc-contentful

An alternative to Contentful's contentful.rb ruby client, contentful_model, and contentful_rails gems all in one.
MIT License
2 stars 1 forks source link

Hook up graphQL section of gem #14

Closed gburgett closed 4 years ago

gburgett commented 6 years ago

The gem currently contains code to build a GraphQL schema out of the content types. This schema works, but has not been battle-tested. If and when we find a use case for GraphQL, hook it up to WCC::Contentful.configure and WCC::Contentful.init! in such a way that we can easily access it, for example: WCC::Contentful.graphql.execute(my_graphql_query)

gburgett commented 5 years ago

Or: extract this to a separate wcc-contentful-graphql gem