Example application - GraphQL Attribute Schema

May 23, 2025 ยท View on GitHub

Example application demonstrating jerowork/graphql-attribute-schema.

How to run

Start the local webserver with Symfony:

symfony server:start

When started, the GraphQL endpoint is accessible at: http://127.0.0.1:8000/graphql (POST-requests only).

It uses a SQLite database, nothing more needed, enjoy! ๐Ÿ˜Ž

Note: It's recommended to use a GraphQL GUI like GraphiQL or Altair GraphQL Client.