15 lines
245 B
GraphQL
15 lines
245 B
GraphQL
query {
|
|
getDocuments(input: {
|
|
take: 10,
|
|
documentDefinitionIdentifier: ["SO"]
|
|
}) {
|
|
items {
|
|
id: identifier
|
|
documentPostalAddress {
|
|
name: recipient
|
|
description: addition
|
|
}
|
|
status
|
|
}
|
|
}
|
|
} |