graph-client icon indicating copy to clipboard operation
graph-client copied to clipboard

The Graph library for building GraphQL-based dapps in a decentralized way.

Results 45 graph-client issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Awaiting Schedule These updates are awaiting their schedule. Click on a checkbox to...

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....

const { liquidityPositions }: { liquidityPositions: LiquidityPosition[] } = await sdk.LiquidityPositions({ first: 1000, where: { user: MAKER_ADDRESS[chainId] }, }) You would think this would be "WHERE user = MAKER_ADDRESS" return...

Auto-pagination in combination with cross chain extension gives the error: The `first` argument must be between 0 and 1000, but is 2000 when first is set > 1000 Reproduction: https://codesandbox.io/s/musing-zhukovsky-2mzu0f?file=/resolvers.ts

bug

https://github.com/graphprotocol/graph-client/issues/132#issuecomment-1171744977

documentation

The [Cursor Connection Spec](https://relay.dev/graphql/connections.htm) has become a de-facto standard in the larger GraphQL ecosystem, as far as I can tell. I first learned about it when using [Gatsby](https://www.gatsbyjs.com/), which uses...

enhancement

Also, move the major part of the docs to https://github.com/graphprotocol/docs ## TODO - [x] https://github.com/graphprotocol/docs/pull/183/files#diff-eb3f534cddd1e9353423a2efa6d73b602c6ed681c7f7bf5162733655526c4862R28 - [ ] More examples and document the enabled by default plugins

documentation

Hey @ardatan, Auto pagination doesn't do anything when first is nested, these should be in the 10s of thousands. ![Screenshot_434](https://user-images.githubusercontent.com/6063350/178708229-17bc2871-fdb7-46a4-90c2-6452732ff135.png) ![Screenshot_435](https://user-images.githubusercontent.com/6063350/178708255-edea8d3a-81bd-4945-97e4-2cab8c3734a2.png)