diff --git a/source/includes/30_0_0_recipes.html.md b/source/includes/30_0_0_recipes.html.md index f022741edc7..5d899d2e4bf 100644 --- a/source/includes/30_0_0_recipes.html.md +++ b/source/includes/30_0_0_recipes.html.md @@ -1,5 +1,10 @@ # Recipes + + In this section we provide you with a variety of examples using GraphQL queries and mutations. That way you'll quickly be familiar with the usage and common use cases of our GraphQL schema and endpoint. diff --git a/source/includes/30_3_2_document.html.md b/source/includes/30_3_2_document.html.md index 39a066316fe..1978c2bf7e4 100644 --- a/source/includes/30_3_2_document.html.md +++ b/source/includes/30_3_2_document.html.md @@ -46,3 +46,8 @@ In our example we illustrate how to query these fields. The date field is part of the Document, so you can query the field like you normally would. The type and paymentState however are fields of the InvoiceDocument. To query these fields we need to use inline fragments `... on InvoiceDocument`. + +