GetSourceInput: {
    connectedWalletAddress?: InputMaybe<Scalars["String"]["input"]>;
    connectedWalletBlockchain?: InputMaybe<WalletBlockchain>;
    id?: InputMaybe<Scalars["String"]["input"]>;
}

Object used to query Sources. Optional fields are mutually exclusive.

Type declaration

  • OptionalconnectedWalletAddress?: InputMaybe<Scalars["String"]["input"]>

    Wallet address to query specific DAO Sources for. Memberships to DAOs will be verified and populated for connected wallet.

  • OptionalconnectedWalletBlockchain?: InputMaybe<WalletBlockchain>

    Blockchain the wallet address belongs to.

  • Optionalid?: InputMaybe<Scalars["String"]["input"]>

    ID of the Source to be queried.