13 lines
347 B
YAML
13 lines
347 B
YAML
# .graphclientrc.yml
|
|
sources:
|
|
- name: harberg
|
|
handler:
|
|
graphql:
|
|
endpoint: https://api.studio.thegraph.com/query/47986/harberg-base-sepolia/version/latest
|
|
transforms:
|
|
- autoPagination:
|
|
# You might want to disable schema validation for faster startup
|
|
validateSchema: true
|
|
|
|
documents:
|
|
- ./.graphql
|