Skip to main content

Returns

walletLabelTypes
[WalletLabelType!]!
List of wallet label types. See WalletLabelType.

Arguments

This query takes no arguments.

Example

{
  walletLabelTypes {
    name
    displayName
    description
  }
}

Playground