You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Bertrand Delacretaz (Jira)" <ji...@apache.org> on 2021/06/25 09:00:12 UTC

[jira] [Created] (SLING-10551) New module to assemble GraphQL schemas from partials

Bertrand Delacretaz created SLING-10551:
-------------------------------------------

             Summary: New module to assemble GraphQL schemas from partials
                 Key: SLING-10551
                 URL: https://issues.apache.org/jira/browse/SLING-10551
             Project: Sling
          Issue Type: Improvement
          Components: GraphQL
            Reporter: Bertrand Delacretaz
            Assignee: Bertrand Delacretaz


I need to assemble GraphQL schemas from partial schemas ("partials") provided by multiple bundles.

A schema can only contain a single {{query}} and a single {{mutation}} section, so the partials  cannot simply be concatenated, they need to be parsed and reassembled.

I have created an initial spec for this module at https://github.com/apache/sling-whiteboard/tree/master/sling-org-apache-sling-graphql-schema



--
This message was sent by Atlassian Jira
(v8.3.4#803005)