Appearance
Admin
GraphQL mutations: Admin.
Endpoint: POST https://graphql.persmonitor.nl/graphql
Intern · VPN
Mutations voor de monitor-app; op productie via /internal/.
createP2000Message
Maakt een nieuw P2000 Bericht aan met optionele capcodes. Alleen voor beheerders (productie-ingestie via webhook).
Return type: P2000Message
Authenticatie: Ingelogde gebruiker (sessie- of API-token)
Argumenten:
| Argument | Type | Verplicht | Beschrijving |
|---|---|---|---|
input | CreateP2000MessageInput! | Ja |
Voorbeeld:
graphql
query CreateP2000Message {
createP2000Message(input: $input) {
# selecteer velden uit het return type
}
}