Skip to content

Commit c2a578e

Browse files
authored
Remove directives from README
1 parent 3e6a345 commit c2a578e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ While still under development (`internal` APIs are almost certainly subject to c
1717
- parallel execution of resolvers
1818
- subscriptions
1919
- [sample WS transport](https://github.com/graph-gophers/graphql-transport-ws)
20-
- directive visitors on fields (the API is subject to change in future versions)
2120

2221
## (Some) Documentation [![GoDoc](https://godoc.org/github.com/graph-gophers/graphql-go?status.svg)](https://godoc.org/github.com/graph-gophers/graphql-go)
2322

@@ -157,7 +156,6 @@ schema := graphql.MustParseSchema(sdl, &RootResolver{}, nil)
157156
- `Logger(logger log.Logger)` is used to log panics during query execution. It defaults to `exec.DefaultLogger`.
158157
- `PanicHandler(panicHandler errors.PanicHandler)` is used to transform panics into errors during query execution. It defaults to `errors.DefaultPanicHandler`.
159158
- `DisableIntrospection()` disables introspection queries.
160-
- `DirectiveVisitors()` adds directive visitor implementations to the schema. See examples/directives/authorization for an example.
161159

162160
### Custom Errors
163161

0 commit comments

Comments
 (0)