Skip to content

Releases: johnletey/arGQL

Release list

ar-gql@1.2.8

Choose a tag to compare

@rosmcmahon rosmcmahon released this 15 Feb 05:44
v1.2.8
130c189

ar-gql@1.2.8 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