Skip to content

Commit

Permalink
Amends LensClient integration following GQL breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarenaldi committed Oct 3, 2023
1 parent ee744e2 commit d1e3dde
Show file tree
Hide file tree
Showing 12 changed files with 476 additions and 619 deletions.
3 changes: 0 additions & 3 deletions packages/client/src/LensClient.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { InMemoryStorageProvider, IStorageProvider } from '@lens-protocol/storage';
import { TypedQueryDocumentNode } from 'graphql';

import { Authentication, IAuthentication } from './authentication';
import { LensContext, MediaTransformsConfig } from './context';
Expand Down Expand Up @@ -50,8 +49,6 @@ export type LensClientConfig = {
* If not provided, all apps will be used.
*/
forApps?: string[];

profileFragment: TypedQueryDocumentNode;
};

/**
Expand Down
1 change: 1 addition & 0 deletions packages/client/src/__helpers__/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ export async function postOnchainViaLensManager(
collectOpenAction: {
simpleCollectOpenAction: {
collectLimit: '1',
followerOnly: false,
},
},
},
Expand Down
Loading

0 comments on commit d1e3dde

Please sign in to comment.