-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.graphclientrc.yml
28 lines (28 loc) · 1.21 KB
/
.graphclientrc.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# .graphclientrc.yml
sources:
- name: fabrica-ethereum
handler:
graphql:
endpoint: https://subgraph.satsuma-prod.com/0f3e6e7bbd04/fabrica/fabrica-noipfs-ethereum/version/v0.0.9/api
transforms:
- autoPagination:
validateSchema: true # Validates that the schema source actually contains the required input filters.
limitOfRecords: 1000 # Default is 1000, you can change if your indexer has different configuration in GRAPH_GRAPHQL_MAX_FIRST var.
- prefix:
includeRootOperations: true
includeTypes: false
mode: bare | wrap
value: ethereum_
- name: fabrica-sepolia
handler:
graphql:
endpoint: https://subgraph.satsuma-prod.com/0f3e6e7bbd04/fabrica/fabrica-noipfs-sepolia/version/v0.0.21/api
transforms:
- autoPagination:
validateSchema: true # Validates that the schema source actually contains the required input filters.
limitOfRecords: 1000 # Default is 1000, you can change if your indexer has different configuration in GRAPH_GRAPHQL_MAX_FIRST var.
- prefix:
includeRootOperations: true
includeTypes: false
mode: bare | wrap
value: sepolia_