-
Notifications
You must be signed in to change notification settings - Fork 0
/
bsconfig.json
49 lines (49 loc) · 1.04 KB
/
bsconfig.json
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "graph-testing",
"graphql": {
"apolloMode": true,
"extendMutation": "ApolloClient.GraphQL_PPX.ExtendMutation",
"extendQuery": "ApolloClient.GraphQL_PPX.ExtendQuery",
"extendSubscription": "ApolloClient.GraphQL_PPX.ExtendSubscription",
"templateTagReturnType": "ApolloClient.GraphQL_PPX.templateTagReturnType",
"templateTagImport": "gql",
"templateTagLocation": "@apollo/client",
"custom-fields": {
"BigInt": "BigInt",
"Bytes": "Address"
}
},
"package-specs": [
{
"module": "commonjs",
"in-source": true
}
],
"bsc-flags": [
"-open Belt"
],
"ppx-flags": [
"@reasonml-community/graphql-ppx/ppx",
"decco/ppx"
],
"reason": {
"react-jsx": 3
},
"sources": [
{
"dir": "testCodegenLib",
"subdirs": true
},
{
"dir": "integrationTests",
"subdirs": true
}
],
"suffix": ".bs.js",
"bs-dependencies": [
"rescript-apollo-client",
"@reasonml-community/graphql-ppx",
"reason-test-framework",
"decco"
]
}