Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mutations #10

Merged
merged 52 commits into from
Feb 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
2ee2686
init
dOrgJelli Dec 24, 2019
98f9039
newlines
dOrgJelli Dec 24, 2019
3441108
beta
dOrgJelli Dec 24, 2019
03dc4a9
resolver state question
dOrgJelli Dec 24, 2019
2b31f7d
useMutation modified
dOrgJelli Dec 24, 2019
ea84141
edits based on feedback
dOrgJelli Jan 10, 2020
20d975b
changes based on feedback
dOrgJelli Jan 11, 2020
31e3d30
remove config question
dOrgJelli Jan 11, 2020
feee73f
add subgraph name
dOrgJelli Jan 12, 2020
4c61778
our -> the
dOrgJelli Jan 20, 2020
f242ee3
mutations schema builds upon...
dOrgJelli Jan 20, 2020
f272b34
setEnity -> setEntity
dOrgJelli Jan 20, 2020
6272d9a
graph-cli description grammar
dOrgJelli Jan 20, 2020
7ed7b9c
executes the mutation query
dOrgJelli Jan 20, 2020
d9ceb40
javascript/es5
dOrgJelli Jan 20, 2020
6a14b59
inline code resolvers & config
dOrgJelli Jan 20, 2020
1c53960
remove datasource api
dOrgJelli Jan 21, 2020
4e96fa8
package split
dOrgJelli Jan 21, 2020
9ff22b0
remove node + subgraph
dOrgJelli Jan 21, 2020
473952f
apollo link comment
dOrgJelli Jan 21, 2020
67d7f0a
optimistic response update
dOrgJelli Jan 21, 2020
6c5c385
use mutation comment
dOrgJelli Jan 21, 2020
8cb2dec
definitions
dOrgJelli Jan 23, 2020
83adcd3
mutation resolvers module types + new state interface
dOrgJelli Jan 23, 2020
b64ad77
API types + typescript dApp
dOrgJelli Jan 23, 2020
3de5850
open questions
dOrgJelli Jan 23, 2020
10abcd1
types
dOrgJelli Jan 23, 2020
f1238af
dApp event handlers
dOrgJelli Jan 23, 2020
1f37afa
fix export
dOrgJelli Jan 23, 2020
6511624
await dispatch
dOrgJelli Jan 23, 2020
c298c6d
renaming
dOrgJelli Jan 23, 2020
6f7a1ef
more questions
dOrgJelli Jan 23, 2020
bd968b0
rename mutations-ts to mutations
dOrgJelli Jan 24, 2020
ca1fbde
reducer event: Event param
dOrgJelli Jan 24, 2020
68dc6b5
mutations.yaml specVersion
dOrgJelli Feb 1, 2020
6e36176
remove ES5 open question
dOrgJelli Feb 1, 2020
fbe9956
Web3 casing
dOrgJelli Feb 1, 2020
a9221ff
ext -> extended
dOrgJelli Feb 1, 2020
5c7c3ad
resolvers' -> resolvers
dOrgJelli Feb 1, 2020
b4c6035
remove datasources API
dOrgJelli Feb 1, 2020
9df0802
fix <Mutation .../> typings
dOrgJelli Feb 1, 2020
a55ccbb
grammar fixes
dOrgJelli Feb 1, 2020
aa8973d
grammar
dOrgJelli Feb 1, 2020
c3812d8
proposed steps implementation
dOrgJelli Feb 1, 2020
3a57d7b
typing updates
dOrgJelli Feb 1, 2020
b75e514
event type map fix
dOrgJelli Feb 1, 2020
4c81863
typing updates
dOrgJelli Feb 1, 2020
79fe623
add MutationContext type
dOrgJelli Feb 1, 2020
6d7fe02
update useMutation example & types w/ multi-state support
dOrgJelli Feb 1, 2020
113aab5
please refer to apollo's docs...
dOrgJelli Feb 1, 2020
b223207
fix Mutation prop type
dOrgJelli Feb 1, 2020
6d07744
require types file w/ Config type
dOrgJelli Feb 1, 2020
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
1 change: 1 addition & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- [RFCs](./rfcs/index.md)
- [Approved RFCs](./rfcs/approved.md)
- [RFC-0002: Ethereum Tracing Cache](./rfcs/0002-ethereum-tracing-cache.md)
- [RFC-0003: Mutations](./rfcs/0003-mutations.md)
- [Obsolete RFCs](./rfcs/obsolete.md)
- [Rejected RFCs](./rfcs/rejected.md)
- [Engineering Plans](./engineering-plans/index.md)
Expand Down
Loading