63. Mutation: Gem organisation
mutation saveOrganizationSample {
saveOrganization(
input: {
name: "Organization name"
surname: "Owner surname"
givenName: "Owner given name"
email: "[email protected]"
phone: "+0"
}
) {
uuid
navn
efternavn
fornavn
email
telefon
oprettetDato
updatedDate
}
}Last updated
Was this helpful?