PublicDappInfo: {
    __typename?: "PublicDappInfo";
    categories?: Maybe<Maybe<DappCategoryEnum>[]>;
    description?: Maybe<Scalars["String"]["output"]>;
    iconUrl?: Maybe<Scalars["String"]["output"]>;
    logoUrl?: Maybe<Scalars["String"]["output"]>;
    name?: Maybe<Scalars["String"]["output"]>;
    participatingInPoints: Scalars["Boolean"]["output"];
    supportedBlockchains?: Maybe<Maybe<BlockchainType>[]>;
    websiteUrl?: Maybe<Scalars["String"]["output"]>;
}

Public information about a Dapp

Type declaration

  • Optional__typename?: "PublicDappInfo"
  • Optionalcategories?: Maybe<Maybe<DappCategoryEnum>[]>

    The category of the Dapp

  • Optionaldescription?: Maybe<Scalars["String"]["output"]>

    A brief description of the Dapp

  • OptionaliconUrl?: Maybe<Scalars["String"]["output"]>

    The URL of the Dapp's icon

  • OptionallogoUrl?: Maybe<Scalars["String"]["output"]>

    The URL of the Dapp's logo

  • Optionalname?: Maybe<Scalars["String"]["output"]>

    The name of the Dapp

  • participatingInPoints: Scalars["Boolean"]["output"]

    Whether the Dapp is participating in the points programme

  • OptionalsupportedBlockchains?: Maybe<Maybe<BlockchainType>[]>

    List of blockchains supported by the Dapp

  • OptionalwebsiteUrl?: Maybe<Scalars["String"]["output"]>

    The URL of the Dapp's website