Align create people style with the update people page

Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
gearnode
2025-02-18 18:09:59 +01:00
parent db5cefffe0
commit f347e60085
5 changed files with 217 additions and 88 deletions

View File

@@ -340,6 +340,7 @@ input CreatePeopleInput {
organizationId: ID!
fullName: String!
primaryEmailAddress: String!
additionalEmailAddresses: [String!]
kind: PeopleKind!
}