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