mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-16 17:46:30 +03:00
5 lines
331 B
Plaintext
5 lines
331 B
Plaintext
<bg=blue;fg=white> Next for OverblogGraphQLBundle </>
|
|
1. Define your schema, read documentation <comment>https://github.com/overblog/GraphQLBundle/blob/master/Resources/doc/definitions/index.md</>
|
|
2. Browse to <comment>/graphiql</>
|
|
3. Optionally dump your schema: run <comment>bin/console graphql:dump-schema</comment>
|