Migrate some trust_center_access columns to profiles

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-03-04 17:01:55 +04:00
parent 9e106a8875
commit 909beeb606
12 changed files with 282 additions and 167 deletions

View File

@@ -1912,7 +1912,7 @@ type Profile implements Node {
fullName: String!
emailAddress: EmailAddr!
additionalEmailAddresses: [EmailAddr!]!
kind: ProfileKind!
kind: ProfileKind
position: String
contractStartDate: Datetime
contractEndDate: Datetime