Skip to content

Commit

Permalink
chore(readme): Add section for known limitations
Browse files Browse the repository at this point in the history
  • Loading branch information
mfn committed Jun 26, 2023
1 parent 2fde9fa commit 446cf89
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ config/graphql.php
- [Migrating from Folklore](#migrating-from-folklore)
- [Performance considerations](#performance-considerations)
- [Wrap Types](#wrap-types)
- [Known Limitations](#known-limitations)
- [SelectFields related](#selectfields-related)
- [GraphQL testing clients](#graphql-testing-clients)

### Concepts
Expand Down Expand Up @@ -2797,6 +2799,12 @@ public function resolve($root, array $args)
}
```

## Known limitations

### SelectFields related
- Resolving fields via aliases will only resolve them once, even if the fields
have different arguments ([Issue](https://github.com/rebing/graphql-laravel/issues/604)).

## GraphQL testing clients
- [Firecamp](https://firecamp.io/graphql)
- [GraphiQL](https://github.com/graphql/graphiql) [integration via laravel-graphiql](https://github.com/mll-lab/laravel-graphiql)

0 comments on commit 446cf89

Please sign in to comment.