Task: Add query for account with completable future and want to test with flux and fetch accounts with subscriptions

This commit is contained in:
2021-08-08 19:48:50 +07:00
parent bfff91a8df
commit ea9c700f37
5 changed files with 71 additions and 10 deletions

View File

@@ -12,6 +12,8 @@ type Query {
type Subscription {
hello: Int
fetchAccounts: [Account]
}
type Mutation {