22 lines
453 B
YAML
22 lines
453 B
YAML
# .graphclientrc.yml
|
|
sources:
|
|
- name: FleekNFA
|
|
handler:
|
|
graphql:
|
|
endpoint: https://api.thegraph.com/subgraphs/name/emperororokusaki/second-test-subgraph
|
|
|
|
- name: ENS
|
|
handler:
|
|
graphql:
|
|
endpoint: https://api.thegraph.com/subgraphs/name/ensdomains/ens
|
|
transforms:
|
|
- rename:
|
|
- from:
|
|
type: Transfer
|
|
to:
|
|
type: ENSTransfer
|
|
|
|
documents:
|
|
- ./graphql/*.graphql
|
|
|