Skip to content

Releases: therealemjy/eth-graphql

1.1.3

04 Jul 05:57

Choose a tag to compare

Non-breaking changes

  • fix issue with arguments being passed in the wrong order

1.1.2

04 Jul 05:56

Choose a tag to compare

Non-breaking changes

  • fix issue where variables passed as arguments of a contract field would return an error

1.1.1

01 Jul 15:19

Choose a tag to compare

Non-breaking changes

  • make address argument of "addresses" input mandatory

1.1.0

25 Jun 13:51
2937d24

Choose a tag to compare

Non-breaking changes

  • add support for calling the same contract method multiple times with different arguments sets using MULT field (#1)

1.0.0

12 Jun 04:24

Choose a tag to compare

Breaking changes

  • update GraphiQL route opened when calling the library programmatically to /eth-graphiql

Non-breaking changes

  • update imports to improve compatibility with projects

0.3.9

11 Jun 11:56

Choose a tag to compare

Non-breaking changes

  • import ApolloLink from @apollo/client to prevent import issues

0.3.6

08 Jun 14:12

Choose a tag to compare

Non-breaking changes

  • fix links in README

0.3.5

08 Jun 12:52

Choose a tag to compare

Non-breaking changes

  • update README to fix internal links and add content

0.3.4

07 Jun 05:30

Choose a tag to compare

Non-breaking changes

  • update documentation to add enums

0.3.3

07 Jun 05:26

Choose a tag to compare

Non-breaking changes

  • update README