Skip to content

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

Type Alias: AuthMetamaskLoginMutation ​

AuthMetamaskLoginMutation = object

Defined in: client/graphql.ts:3431

Properties ​

__typename? ​

optional __typename: "Mutation"

Defined in: client/graphql.ts:3431


authMetamaskLogin ​

authMetamaskLogin: object

Defined in: client/graphql.ts:3431

__typename? ​

optional __typename: "LoginResult"

session ​

session: any

user_profile ​

user_profile: object

user_profile.__typename? ​

optional __typename: "UserProfile"

user_profile.id ​

id: any

user_profile.name ​

name: string

user_profile.picture ​

picture: string

Licensed under BUSL-1.1