Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions framework/.changeset/v0.15.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Copy GQL client from core's SDK to use without direct import in tests
7 changes: 7 additions & 0 deletions framework/clclient/gql/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## GQL SDK

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.

```bash
go run generate.go
```
Loading
Loading