Skip to content

Commit 2d7f59d

Browse files
skudasovTofel
authored andcommitted
Decouple GQL client for CL node (#2459)
1 parent fa066cc commit 2d7f59d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+21644
-2
lines changed

framework/.changeset/v0.15.3.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Copy GQL client from core's SDK to use without direct import in tests

framework/clclient/gql/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## GQL SDK
2+
3+
This client is copied from [core](https://github.com/smartcontractkit/chainlink/tree/develop/deployment/environment/web/sdk) so we can use it without directly importing `chainlink/v2` in any projects which run CL node.
4+
5+
```bash
6+
go run generate.go
7+
```

0 commit comments

Comments
 (0)