Skip to content

ChainGraph API Documentation / @badaitech/badai-api / GraphQL / GetUserProfileQuery

Type Alias: GetUserProfileQuery ​

GetUserProfileQuery = object

Defined in: client/graphql.ts:3485

Properties ​

__typename? ​

optional __typename: "Query"

Defined in: client/graphql.ts:3485


userProfile ​

userProfile: object

Defined in: client/graphql.ts:3485

__typename? ​

optional __typename: "UserProfile"

email ​

email: any

externalAccounts ​

externalAccounts: object[]

id ​

id: any

name ​

name: string

picture ​

picture: string

role ​

role: UserRole

tariffCurrent ​

tariffCurrent: UserTariff

tariffExpires? ​

optional tariffExpires: any | null

Licensed under BUSL-1.1