initial commit
This commit is contained in:
15
Aufträge.gql
Normal file
15
Aufträge.gql
Normal file
@@ -0,0 +1,15 @@
|
||||
query {
|
||||
getDocuments(input: {
|
||||
take: 10,
|
||||
documentDefinitionIdentifier: ["SO"]
|
||||
}) {
|
||||
items {
|
||||
id: identifier
|
||||
documentPostalAddress {
|
||||
name: recipient
|
||||
description: addition
|
||||
}
|
||||
status
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user