We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec1f90e commit 974d7d0Copy full SHA for 974d7d0
README.md
@@ -49,7 +49,7 @@ Create a few child resolvers for access control:
49
```javascript
50
import { createError } from 'apollo-errors';
51
52
-import baseResolver from './baseResolver';
+import { baseResolver } from './baseResolver';
53
54
const ForbiddenError = createError('ForbiddenError', {
55
message: 'You are not allowed to do this'
0 commit comments