Driptaroop Das

Results 1 issues of Driptaroop Das

## source code: ```graphqls type Query { getAccounts: [Account]! getAccountById(accountId: ID!): Account } type Customer { id: ID! email: String! accounts: [Account]! } type Account { id: ID! balance: Float!...

status: waiting-for-triage