GetWeb3TargetsInput: {
    ids?: InputMaybe<Scalars["String"]["input"][]>;
    targetGroupId?: InputMaybe<Scalars["String"]["input"]>;
}

Object used to query Web3Targets

Type declaration

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

    IDs of the Web3Targets to be queried.

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

    ID of the TargetGroup to be used.