Queries
myUserAccount
Returns the UserAccount for the currently authenticated user, or null if no account has been created yet. Useful during onboarding to check whether account setup is complete.
QUERY
myUserAccount: UserAccountReturns
id
ID!
fullName
String!
The full name e.g. Grace Hopper.
publicName
String!
A short name for use in UI e.g. Grace.
email
String!
The email associated with this user. Email is unique per user.
Query
Response
Query
Response

