Open
Description
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
Labels
No labels