Skip to content

Commit

Permalink
Small readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jerowork committed Feb 8, 2025
1 parent 29caf97 commit fbcd0ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

Easily build your GraphQL schema for [webonyx/graphql-php](https://github.com/webonyx/graphql-php) using **PHP attributes** instead of large configuration arrays.

⚠️ **Note:** This library is still a work in progress. Check out the [TODO list](docs/todo.md) for details.

## Why use this library?

The [webonyx/graphql-php](https://github.com/webonyx/graphql-php) package requires a **schema** to run a GraphQL server. Normally, this schema is defined using large and complex PHP arrays, making it harder to manage and maintain.
Expand All @@ -21,4 +19,4 @@ That’s exactly what **GraphQL Attribute Schema** does! 🚀
By adding attributes (`#[Mutation]`, `#[Query]`, `#[Type]`, etc.) directly to your classes, this library **automatically generates** the GraphQL schema for you; **cleaner, faster, and easier to maintain**.

## 📖 Documentation
Documentation is available in the [docs](docs/index.md) directory.
Documentation is available at [jerowork.github.io/graphql-attribute-schema](https://jerowork.github.io/graphql-attribute-schema) or in the [docs](docs/index.md) directory.
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

- [Getting Started](getting_started.md)
- [Usage Guide](usage.md)
- [TODO list](todo.md)

## 🔥 A Simple Example

Expand Down

0 comments on commit fbcd0ca

Please sign in to comment.