-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.yaml
More file actions
23 lines (23 loc) · 812 Bytes
/
Copy pathbuild.yaml
File metadata and controls
23 lines (23 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
targets:
$default:
builders:
gql_build|schema_builder:
enabled: true
gql_build|ast_builder:
enabled: true
gql_build|op_builder:
enabled: true
options:
schema: github_graphql_client|lib/third_party/github_graphql_schema/schema.public.graphql
gql_build|data_builder:
enabled: true
options:
schema: github_graphql_client|lib/third_party/github_graphql_schema/schema.public.graphql
gql_build|req_builder:
enabled: true
options:
schema: github_graphql_client|lib/third_party/github_graphql_schema/schema.public.graphql
gql_build|var_builder:
enabled: true
options:
schema: github_graphql_client|lib/third_party/github_graphql_schema/schema.public.graphql