Skip to content

Commit 61b011b

Browse files
authored
refactor: use graphql typedef instead of swagger (#1)
* replace swagger with typedef * insert final newline * update editorconfig * use local apollo-codegen; remove Makefile * rename typedef.graphql to schema.graphql
1 parent cec2376 commit 61b011b

File tree

7 files changed

+1008
-223
lines changed

7 files changed

+1008
-223
lines changed

.editorconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
end_of_line = lf
6+
indent_style = space
7+
indent_size = 2
8+
trim_trailing_whitespace = true
9+
insert_final_newline = true

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
node_modules
2+
3+
schema.json

index.html

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)