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

Type declaration

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

    Pass in an array of handles to get the profile entities

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

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

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

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

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

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

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

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

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

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