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