mirror of
https://github.com/appwrite/sdk-for-flutter.git
synced 2026-04-07 19:27:41 +00:00
Release candidate for 1.5.x
This commit is contained in:
@@ -9,7 +9,7 @@ void main() { // Init SDK
|
||||
.setProject('5df5acd0d48c2') // Your project ID
|
||||
;
|
||||
Future result = graphql.mutation(
|
||||
query: {},
|
||||
query:{} ,
|
||||
);
|
||||
|
||||
result
|
||||
|
||||
@@ -9,7 +9,7 @@ void main() { // Init SDK
|
||||
.setProject('5df5acd0d48c2') // Your project ID
|
||||
;
|
||||
Future result = graphql.query(
|
||||
query: {},
|
||||
query:{} ,
|
||||
);
|
||||
|
||||
result
|
||||
|
||||
Reference in New Issue
Block a user