PHPackages                             zestic/app-library - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. zestic/app-library

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

zestic/app-library
==================

v0.14.2(2mo ago)0137↓100%1proprietaryPHPPHP ^8.3CI failing

Since Sep 3Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/zestic/app-library)[ Packagist](https://packagist.org/packages/zestic/app-library)[ RSS](/packages/zestic-app-library/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (15)Versions (34)Used By (1)

Zestic App Library
==================

[](#zestic-app-library)

Authentication
--------------

[](#authentication)

### GraphQL

[](#graphql)

In your `App` namespace, create the following directory structure

```
- GraphQL
    - Input
    - Mutation
        - Operation
        - Output
    - Object
    - Query
        - Operation
        - Output

```

Then add these files `App\GraphQL\Mutation\MutationType`

```
