initial commit

This commit is contained in:
Dennes Schäffler
2025-11-11 09:00:50 +01:00
commit 9a9e0aed87
12 changed files with 466 additions and 0 deletions

15
Aufträge.gql Normal file
View File

@@ -0,0 +1,15 @@
query {
getDocuments(input: {
take: 10,
documentDefinitionIdentifier: ["SO"]
}) {
items {
id: identifier
documentPostalAddress {
name: recipient
description: addition
}
status
}
}
}