PHPackages                             flownative/graphql - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. flownative/graphql

ActiveNeos-package[API Development](/categories/api)

flownative/graphql
==================

Flownative GraphQL

v2.1.1(1w ago)31.4k1MITPHPPHP 8.1.\* || 8.2.\* || 8.3.\* || 8.4.\*

Since Jan 19Pushed 1w ago2 watchersCompare

[ Source](https://github.com/flownative/flow-graphql)[ Packagist](https://packagist.org/packages/flownative/graphql)[ GitHub Sponsors](https://github.com/robertlemke)[ RSS](/packages/flownative-graphql/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (10)Dependencies (6)Versions (21)Used By (0)

[![MIT license](https://camo.githubusercontent.com/4661abfe916186acde514558e7f040833cb63ba7098401a51ce339cbb2b4cf9e/687474703a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e737667)](http://opensource.org/licenses/MIT)[![Packagist](https://camo.githubusercontent.com/0cfcc172bee7339925ef7fc72ec5fcc6752170594cea512c34629122dc3486ef/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f666c6f776e61746976652f6772617068716c2e737667)](https://packagist.org/packages/flownative/graphql)[![Maintenance level: Love](https://camo.githubusercontent.com/b24fe73a7439225808a806c9f1032014adf4933b5774648c0174cf0de1d56401/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d61696e74656e616e63652d2545322539392541312545322539392541312545322539392541312d6666363962342e737667)](https://www.flownative.com/en/products/open-source.html)

GraphQL Library for Neos Flow
=============================

[](#graphql-library-for-neos-flow)

This [Flow](https://flow.neos.io) package provides a minimal wrapper around the [webonyx/graphql-php](https://github.com/webonyx/graphql-php)package. Rather than providing a big range of features or automagic code analysis, this library only solves the bare necessary tasks and gets not into the way between your implementation and the original GraphQL library.

Example
-------

[](#example)

Here's a Hello-World-example which also contains support for automatic resolution of further queries and mutations provided in the Api class:

`Classes/GraphQL/Api.php`:

```
