UNPKG
@reactionable/amplify
Version:
latest (0.28.31)
0.29.0
0.28.31
0.28.29
0.28.26
0.28.25
0.28.24
0.28.23
0.28.22
0.28.21
0.28.20
0.28.19
0.28.18
0.28.17
0.28.16
0.28.15
0.28.13
0.28.12
0.28.11
0.28.10
0.28.9
0.28.8
0.28.7
0.28.6
0.28.5
0.28.4
0.28.3
0.28.2
0.28.1
0.28.0
0.27.12
0.27.11
0.27.10
0.27.9
0.27.8
0.27.7
0.27.6
0.27.5
0.27.4
0.27.3
0.27.2
0.27.1
0.27.0
0.26.4
0.26.3
0.26.0
0.25.9
0.25.8
0.25.7
0.25.6
0.25.5
0.25.4
0.25.3
0.25.2
0.25.1
0.25.0
0.24.19
0.24.18
0.24.17
0.24.16
0.24.15
0.24.14
0.24.13
0.24.12
0.24.11
0.24.10
0.24.9
0.24.8
0.24.7
0.24.6
0.24.5
0.24.4
0.24.3
0.24.2
0.24.1
0.24.0
0.23.0
0.22.7
0.22.6
0.22.5
0.22.4
0.22.3
0.22.2
0.22.1
0.22.0
0.21.24
0.21.23
0.21.22
0.21.21
0.21.20
0.21.11
0.21.10
0.21.5
0.21.4
0.21.2
0.21.1
0.21.0
0.20.1
0.20.0
0.18.4
0.18.2
0.18.1
0.18.0
0.17.0
0.16.7
0.16.5
0.16.4
0.16.3
0.16.1
0.16.0
0.15.0
0.14.1
0.14.0
0.13.5
0.13.4
0.13.2
0.13.1
0.13.0
0.12.0
0.11.3
0.11.2
0.11.1
0.11.0
0.10.0
Reactionable package for Amplify
github.com/reactionable/reactionable
reactionable/reactionable
@reactionable/amplify
/
lib
/
query
/
Mutation.js
9 lines
•
276 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
mutation
=
void
0
;
const
Query
_1 =
require
(
"./Query"
);
function
mutation
(
options
) {
return
(
0
,
Query
_1.
query
)(options); }
exports
.
mutation
= mutation;
//# sourceMappingURL=Mutation.js.map