Skip to content

Releases: johnletey/arGQL

[email protected]

15 Feb 05:44
v1.2.8
130c189
Compare
Choose a tag to compare

[email protected] maintenance release

  • feat: connection retries. option to retry on errors during fetch connection setup.
    • default retry = 0 times.
    • usage: const gql = arGql(GQLUrls.goldsky, 3) will retry bad connections 3 times before throwing
    • caveat: mandatory endpoint, but can use new GQLUrls constants