Release candidate for 1.5.x

This commit is contained in:
Jake Barnby
2024-02-05 23:39:15 +13:00
parent 5753d5716c
commit 3020664d09
121 changed files with 2427 additions and 400 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ void main() { // Init SDK
.setProject('5df5acd0d48c2') // Your project ID
;
Future result = graphql.mutation(
query: {},
query:{} ,
);
result
+1 -1
View File
@@ -9,7 +9,7 @@ void main() { // Init SDK
.setProject('5df5acd0d48c2') // Your project ID
;
Future result = graphql.query(
query: {},
query:{} ,
);
result