Skip to content

Commit

Permalink
Updated instructions for domain content
Browse files Browse the repository at this point in the history
  • Loading branch information
Bertrand Dunogier committed Sep 21, 2018
1 parent 31e50f4 commit 4a43a31
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Expand Up @@ -29,7 +29,7 @@ overblog_graphql:
schema:
repository:
query: Query
content:
domain:
query: Domain
builders:
field:
Expand Down Expand Up @@ -84,5 +84,7 @@ To do so, run the following command:
php bin/console bd:platform-graphql:generate-domain-schema
```

It will write yaml files to `src/AppBundle/Resources/config/graphql`, based on
your eZ Platform content model.
It will walk through your eZ Platform content model to create its GraphQL schema,
as yaml files in the `src/AppBundle/Resources/config/graphql` directory.

Head to `<yourhost>/graphiql/domain` to query this schema.

0 comments on commit 4a43a31

Please sign in to comment.