You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example application demonstrating [jerowork/graphql-attribute-schema](https://github.com/jerowork/graphql-attribute-schema).
2
+
Example application demonstrating [jerowork/graphql-attribute-schema](https://github.com/jerowork/graphql-attribute-schema).
3
+
4
+
## How to run
5
+
Start the local webserver with Symfony:
6
+
```bash
7
+
symfony server:start
8
+
```
9
+
10
+
When started, the GraphQL endpoint is accessible at: http://127.0.0.1:8000/graphql (POST-requests only).
11
+
12
+
It uses a SQLite database, nothing more needed, enjoy! 😎
13
+
14
+
Note: It's recommended to use a GraphQL GUI like [GraphiQL](https://github.com/graphql/graphiql) or [Altair GraphQL Client](https://altairgraphql.dev/).
0 commit comments