Skip to content

Commit 7c0e794

Browse files
committed
finished up styling single student overview pages and have connected the backend to both screens
1 parent 1c2fb8b commit 7c0e794

File tree

16 files changed

+3679
-1771
lines changed

16 files changed

+3679
-1771
lines changed

codegen.yml

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
11
overwrite: true
2-
schema: "https://knyio2nl7d.execute-api.us-east-1.amazonaws.com/dev/graphql"
2+
schema: 'https://18wi8h43il.execute-api.us-east-1.amazonaws.com/dev-flipted/graphql'
33
documents:
4-
- src/hooks/*.graphql
4+
- src/hooks/*.graphql
55
generates:
6-
src/__generated__/types.ts:
7-
plugins:
8-
- "typescript"
9-
- "typescript-operations"
10-
- "typescript-react-apollo"
11-
config:
12-
declarationKind:
13-
union: type
14-
type: type
15-
input: type
16-
scalar: type
17-
arguments: type
18-
interface: interface
19-
scalars:
20-
Date: Date
21-
constEnums: false
22-
enumsAsTypes: false
23-
numericEnums: false
24-
futureProofEnums: false
25-
enumsAsConst: false
26-
onlyOperationTypes: false
27-
immutableTypes: false
28-
maybeValue: T | null | undefined
29-
noExport: false
30-
enumPrefix: true
31-
fieldWrapperValue: T
32-
wrapFieldDefinitions: false
33-
typesPrefix: ""
34-
skipTypename: true
35-
nonOptionalTypename: true
36-
useTypeImports: false
37-
withHooks: true
38-
./graphql.schema.json:
39-
plugins:
40-
- "introspection"
6+
src/__generated__/types.ts:
7+
plugins:
8+
- 'typescript'
9+
- 'typescript-operations'
10+
- 'typescript-react-apollo'
11+
config:
12+
declarationKind:
13+
union: type
14+
type: type
15+
input: type
16+
scalar: type
17+
arguments: type
18+
interface: interface
19+
scalars:
20+
Date: Date
21+
constEnums: false
22+
enumsAsTypes: false
23+
numericEnums: false
24+
futureProofEnums: false
25+
enumsAsConst: false
26+
onlyOperationTypes: false
27+
immutableTypes: false
28+
maybeValue: T | null | undefined
29+
noExport: false
30+
enumPrefix: true
31+
fieldWrapperValue: T
32+
wrapFieldDefinitions: false
33+
typesPrefix: ''
34+
skipTypename: true
35+
nonOptionalTypename: true
36+
useTypeImports: false
37+
withHooks: true
38+
./graphql.schema.json:
39+
plugins:
40+
- 'introspection'

0 commit comments

Comments
 (0)