mutation createCommunity {
createCommunity(data: {
title: "Example community",
description: "<p>This is an example of the communtiy creation with the Opigno Enterprise API.</p>",
visibility: PUBLIC,
postNotificationEnabled: false,
imageBase64: {
filename: "Opigno_logo.png",
contentBase64: "iVBORw0KGgoAAAANSUhEUgAAAfQAAAB0CAYAAABzEcD[...]ggYAoaAIdBEBP4PcmKcThyYmiAAAAAASUVORK5CYII="
}
}) {
errors
response {
id
created
description
membersNumber
postNotificationEnabled
title
visibility
ownerUserContext {
displayName
id
uuid
}
lastPostTime
image {
url
}
cta {
actionId
title
arguments {
key
value
}
}
}
}
}