Metadata-Version: 2.4
Name: omnixys-graphql
Version: 2.0.3
Summary: Omnixys shared GraphQL package (Apollo Federation, error handling, pagination)
Project-URL: Homepage, https://github.com/omnixys/omnixys
Project-URL: Repository, https://github.com/omnixys/omnixys
Author-email: Omnixys Team <team@omnixys.com>
License: GPL-3.0-or-later
Keywords: api,apollo-federation,graphql,omnixys,strawberry
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3.14
Classifier: Typing :: Typed
Requires-Python: >=3.14
Requires-Dist: dishka>=1.10.0
Requires-Dist: strawberry-graphql[fastapi]>=0.316.0
Description-Content-Type: text/markdown

# omnixys-graphql

Omnixys shared GraphQL package with Apollo Federation, error handling, and pagination.

## Installation

```bash
pip install omnixys-graphql
```

## Features

- Strawberry GraphQL integration with FastAPI
- Apollo Federation support
- Standardized error handling
- Pagination utilities

## Usage

```python
from omnixys_graphql import create_graphql_router, GraphQLServiceError
```

## License

GPL-3.0-or-later
