Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions source/includes/30_0_0_recipes.html.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Recipes

<aside class="warning">
<strong>Can't find information about a specific endpoint?</strong> <br><br>
This documentation covers the full set of endpoints we currently offer. If a certain endpoint is not described here, it is not available.
</aside>

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.

Expand Down
5 changes: 5 additions & 0 deletions source/includes/30_3_2_document.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

<aside class="warning">
<strong>Are you looking for a way to query a list of documents?</strong>
We're sorry... We don't provide a way to request a list of documents on Clearfacts.
</aside>
Loading