Skip to content

Commit 886d945

Browse files
authored
Update README.md
1 parent e6d969c commit 886d945

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
@@ -35,9 +35,9 @@ This means all field instances are inherently batched as a function of the engin
3535

3636
![Promises](./images/promises.png)
3737

38-
## API
38+
## Prototype usage
3939

40-
Setup a `GraphQL::BreadthExec::FieldResolver`:
40+
This is an extremely early prototype that demonstrates basic breadth-first concepts. It outlines the core engine flow using batched sets, and includes a basic scope-local promissory workflow. These patterns are being matured for real production use in [graphql-ruby](https://github.com/rmosolgo/graphql-ruby/pull/5509). To experiment with this prototype, you can setup a `GraphQL::BreadthExec::FieldResolver`:
4141

4242
```ruby
4343
class MyFieldResolver < GraphQL::BreadthExec::FieldResolver

0 commit comments

Comments
 (0)