8000 getProfilles query fails · Issue #3 · suhailkakar/lens.js · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
getProfilles query fails #3
Open
@Ataxia123

Description

@Ataxia123

I've been trying to implement the lens.js in a scaffold-eth framework.

const getProfiles = () => {
Lens.ExploreProfiles("MOST_FOLLOWERS", ["STATS"], 10)
.then(res => {
console.log(res);
})
.catch(err => {
console.log("error", err);
});
};

throws the following:

message: "[GraphQL] Variable "$request" cannot be non-input type "ExploreProfileResult!".\n[GraphQL] Variable "$request" of type "ExploreProfileResult!" used in position expecting type "ExploreProfilesRequest!"."
name: "CombinedError"
networkError: undefined

The getPublications function returns successfully that's why I'm thrown off by this error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0