Skip to content

Commit 49d8402

Browse files
authored
Added link to additional extension
1 parent 9b77caf commit 49d8402

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/content/code/language-support/php/server/graphpinator.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ GraPHPinator is feature complete PHP implementation of GraphQL server. Its job i
1717
- [Constraint directives](https://github.com/infinityloop-dev/graphpinator-constraint-directives) - Typesystem directives to declare additional validation on top of GraphQL typesystem.
1818
- [Where directives](https://github.com/infinityloop-dev/graphpinator-where-directives) - Executable directives to filter values in lists.
1919
- File upload using [multipart-formdata](https://github.com/jaydenseric/graphql-multipart-request-spec) specs (currently bundled).
20+
- [Query cost limit module](https://github.com/infinityloop-dev/graphpinator-query-cost) - Modules to limit maximum query cost by resticting maximum depth or number of nodes.
2021
- Project is composed from multiple smaller packages, which may be used standalone:
2122
- [Tokenizer](https://github.com/infinityloop-dev/graphpinator-tokenizer) - Lexical analyzer of GraphQL document.
2223
- [Parser](https://github.com/infinityloop-dev/graphpinator-parser) - Syntactic analyzer of GraphQL document.

0 commit comments

Comments
 (0)