Task: Add query for account with completable future and want to test with flux and fetch accounts with subscriptions
This commit is contained in:
@@ -12,6 +12,8 @@ type Query {
|
||||
|
||||
type Subscription {
|
||||
hello: Int
|
||||
|
||||
fetchAccounts: [Account]
|
||||
}
|
||||
|
||||
type Mutation {
|
||||
|
||||
Reference in New Issue
Block a user