ProfilesRequestWhere: {
    handles?: InputMaybe<Scalars["Handle"][]>;
    ownedBy?: InputMaybe<Scalars["EvmAddress"][]>;
    profileIds?: InputMaybe<Scalars["ProfileId"][]>;
    whoCommentedOn?: InputMaybe<Scalars["PublicationId"]>;
    whoMirroredPublication?: InputMaybe<Scalars["PublicationId"]>;
    whoQuotedPublication?: InputMaybe<Scalars["PublicationId"]>;
}

Type declaration

  • Optional handles?: InputMaybe<Scalars["Handle"][]>

    Pass in an array of handles to get the profile entities

  • Optional ownedBy?: InputMaybe<Scalars["EvmAddress"][]>

    Pass in an array of evm address to get the profile entities they own

  • Optional profileIds?: InputMaybe<Scalars["ProfileId"][]>

    Pass in an array of profile ids to get the profile entities

  • Optional whoCommentedOn?: InputMaybe<Scalars["PublicationId"]>

    Pass the publication id and get a list of the profiles who commented on it

  • Optional whoMirroredPublication?: InputMaybe<Scalars["PublicationId"]>

    Pass the publication id and get a list of the profiles who mirrored it

  • Optional whoQuotedPublication?: InputMaybe<Scalars["PublicationId"]>

    Pass the publication id and get a list of the profiles who quoted it