({ store })
| 6 | |
| 7 | class UserAPI extends DataSource { |
| 8 | constructor({ store }) { |
| 9 | super(); |
| 10 | this.store = store; |
| 11 | } |
| 12 | |
| 13 | /** |
| 14 | * This is a function that gets called by ApolloServer when being setup. |
nothing calls this directly
no outgoing calls
no test coverage detected