Skip to content

Commit b22e354

Browse files
authored
Merge pull request #39 from CPSECapstone/single-target-overview
Task Rubric
2 parents f8adbf0 + b986c3c commit b22e354

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+8033
-32072
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@
1313
### References
1414

1515
[GraphQL Tooling and Code-gen](https://www.apollographql.com/developers/collection/graphql-tooling-and-code-gen)
16-

codegen.yml

Lines changed: 37 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -6,41 +6,42 @@ schema:
66
{ headers: { Authorization: ${AUTH_TOKEN} } },
77
},
88
]
9+
910
documents:
10-
- src/hooks/*.graphql
11+
- src/hooks/*.graphql
1112
generates:
12-
src/__generated__/types.ts:
13-
plugins:
14-
- "typescript"
15-
- "typescript-operations"
16-
- "typescript-react-apollo"
17-
config:
18-
declarationKind:
19-
union: type
20-
type: type
21-
input: type
22-
scalar: type
23-
arguments: type
24-
interface: interface
25-
scalars:
26-
Date: Date
27-
constEnums: false
28-
enumsAsTypes: false
29-
numericEnums: false
30-
futureProofEnums: false
31-
enumsAsConst: false
32-
onlyOperationTypes: false
33-
immutableTypes: false
34-
maybeValue: T | null | undefined
35-
noExport: false
36-
enumPrefix: true
37-
fieldWrapperValue: T
38-
wrapFieldDefinitions: false
39-
typesPrefix: ""
40-
skipTypename: true
41-
nonOptionalTypename: true
42-
useTypeImports: false
43-
withHooks: true
44-
./graphql.schema.json:
45-
plugins:
46-
- "introspection"
13+
src/__generated__/types.ts:
14+
plugins:
15+
- 'typescript'
16+
- 'typescript-operations'
17+
- 'typescript-react-apollo'
18+
config:
19+
declarationKind:
20+
union: type
21+
type: type
22+
input: type
23+
scalar: type
24+
arguments: type
25+
interface: interface
26+
scalars:
27+
Date: Date
28+
constEnums: false
29+
enumsAsTypes: false
30+
numericEnums: false
31+
futureProofEnums: false
32+
enumsAsConst: false
33+
onlyOperationTypes: false
34+
immutableTypes: false
35+
maybeValue: T | null | undefined
36+
noExport: false
37+
enumPrefix: true
38+
fieldWrapperValue: T
39+
wrapFieldDefinitions: false
40+
typesPrefix: ''
41+
skipTypename: true
42+
nonOptionalTypename: true
43+
useTypeImports: false
44+
withHooks: true
45+
./graphql.schema.json:
46+
plugins:
47+
- 'introspection'

0 commit comments

Comments
 (0)