Skip to content

Commit c8c393b

Browse files
johannpinsonSpaceK33z
authored andcommitted
fix(readme): update broken link to schema.graphql
1 parent afec3cd commit c8c393b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Queries:
132132

133133
- `currentUser`
134134

135-
For more details take a look at [schema.graphql](./schema.graphql).
135+
For more details take a look at [schema.graphql](./packages/graphql-authentication/schema.graphql).
136136

137137
## Authentication on endpoints
138138

@@ -207,7 +207,7 @@ And then save the token to `localStorage`. Now you need to send the token with e
207207

208208
## Adding custom fields to the User type
209209

210-
If you wish to expose some fields on the User type that are not exposed in our [schema.graphql](./schema.graphql), you can provide your own User. In your own `schema.graphql`, do something like the following:
210+
If you wish to expose some fields on the User type that are not exposed in our [schema.graphql](./packages/graphql-authentication/schema.graphql), you can provide your own User. In your own `schema.graphql`, do something like the following:
211211

212212
```graphql
213213
# import Mutation.* from "node_modules/graphql-authentication/schema.graphql"

0 commit comments

Comments
 (0)