Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Grafoo Next #108

Open
wants to merge 49 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
46dae5b
general refactoring
malbernaz Sep 28, 2021
9336493
Refactor typing system
malbernaz Oct 3, 2021
f8c902e
Refactor typing system
malbernaz Oct 3, 2021
de3c5a1
complete react module refactored
malbernaz Oct 5, 2021
ee5821c
remove packages to be deprecated
malbernaz Oct 5, 2021
d565455
updates
malbernaz Oct 5, 2021
63a5263
udpate
malbernaz Oct 5, 2021
d0ba7c3
rename types; change write signature
malbernaz Oct 9, 2021
8a4d0d5
babel plugin refactor in typescript; new client resolver
malbernaz Oct 15, 2021
f0b26f3
store values logic implemented
malbernaz Oct 16, 2021
48bdcea
resolve values logic implemented
malbernaz Oct 19, 2021
39986c5
core working with new engine implementation
malbernaz Oct 19, 2021
da7831e
all green
malbernaz Oct 20, 2021
51a7ea4
move compile logic to it's own package
malbernaz Oct 21, 2021
df61cc2
help ci
malbernaz Oct 21, 2021
4792e81
ci didn't work
malbernaz Oct 21, 2021
3a1afa1
chore(release): publish v1.4.2-next.0
malbernaz Oct 21, 2021
c07ca32
fix
malbernaz Oct 22, 2021
21d3d8b
chore(release): publish v1.4.3-next.0
malbernaz Oct 22, 2021
c8e3f32
remove redundant tests
malbernaz Oct 23, 2021
bd3d35c
remove unused deps
malbernaz Oct 23, 2021
65e68d8
clean dependencies
malbernaz Oct 23, 2021
dcf0c40
update circleci image
malbernaz Oct 23, 2021
3629b74
update build script
malbernaz Oct 23, 2021
fe081fe
fix build
malbernaz Oct 23, 2021
4d7cd5b
update gitignore
malbernaz Oct 23, 2021
ba5a524
replace bundler
malbernaz Oct 25, 2021
b0072d2
chore(release): publish v1.4.4-next.0
malbernaz Oct 25, 2021
50f488d
updates
malbernaz Oct 25, 2021
b69a393
chore(release): publish v1.4.5-next.0
malbernaz Oct 25, 2021
18dfa1b
Tons of tests
malbernaz Nov 12, 2021
d041cb1
New tests; Separate Compiler from babel plugin; babel macro
malbernaz Nov 19, 2021
ef5d941
Fix tests on core and bindings
malbernaz Nov 22, 2021
09bf664
adds explicit type to createBindings
malbernaz Nov 22, 2021
bfdc254
fix all tests
malbernaz Nov 23, 2021
7b5fac0
updates
malbernaz Nov 23, 2021
67f1256
updates
malbernaz Nov 23, 2021
ec437eb
fix build
malbernaz Nov 23, 2021
2edb06f
adds tests for macro and rollup plugin
malbernaz Dec 2, 2021
6955e80
fix tests
malbernaz Dec 2, 2021
f81a9e8
remove deeppartial type from mutations
malbernaz Dec 2, 2021
a54ce6e
move first load to bindings
malbernaz Dec 2, 2021
6055cb4
rename core functions
malbernaz Dec 2, 2021
537c277
updates
malbernaz Dec 2, 2021
09381e6
updates
malbernaz Dec 2, 2021
8f01c1b
change core api to receive transport as option
malbernaz Dec 2, 2021
a4f8cb7
refactor core
malbernaz Dec 2, 2021
65ad516
includes load method to bindings and react change skip name to lazy
malbernaz Dec 3, 2021
c1cba8e
make load return query response; make all exports named
malbernaz Dec 3, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
adds tests for macro and rollup plugin
malbernaz committed Dec 2, 2021
commit 2edb06fe54dd89a9dc4d7cdad8d384ad0d39e425
5 changes: 5 additions & 0 deletions packages/babel-plugin/.grafoorc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"schema": "schema.graphql",
"idFields": ["id", "__typename"],
"compress": true
}
366 changes: 0 additions & 366 deletions packages/babel-plugin/__tests__/__snapshots__/index.js.snap

This file was deleted.

Loading