64. Mutation: Tilføj brugere til organisation
mutation AddUsersToOrganizationSample {
addUsersToOrganization(
input: {
organizationUuid: "organization_uuid",
emails: ["[email protected]", "[email protected]"]
}
) {
organisationsUuid
userUuid
email
alleGårde
oprettetDato
updatedDate
}
}Last updated
Was this helpful?