You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2021/07/05 15:53:14 UTC

[sling-whiteboard] branch master updated: Mention front matter

This is an automated email from the ASF dual-hosted git repository.

bdelacretaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 4707cf5  Mention front matter
4707cf5 is described below

commit 4707cf56c2ab2146a393d6fb62641f93951f7469
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Mon Jul 5 17:53:08 2021 +0200

    Mention front matter
---
 sling-org-apache-sling-graphql-schema/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sling-org-apache-sling-graphql-schema/README.md b/sling-org-apache-sling-graphql-schema/README.md
index b93ba5a..ff22377 100644
--- a/sling-org-apache-sling-graphql-schema/README.md
+++ b/sling-org-apache-sling-graphql-schema/README.md
@@ -8,7 +8,7 @@ schema ("partials") supplied by _provider bundles_.
 
 The partials are text files that use the GraphQL SDL (Schema Definition  Language) syntax and are
 provided as OSGi bundle resources. We cannot name them "fragments" as that has a different meaning
-in a GraphQL schema.
+in a GraphQL schema. They might include "front matter" a la Markdown for metadata.
 
 A GraphQL schema must contain one `Query` statement and can contain a most one `Mutation` statement,
 so partials cannot be assembled by just concatenating them. The schema assembler defines some simple