Files
core/config/packages/api_platform.yaml
2019-01-16 12:58:40 +01:00

17 lines
520 B
YAML

api_platform:
enable_swagger_ui: false # route redirected manually to /bolt/api
graphql:
graphiql:
enabled: true
mapping:
paths: ['%kernel.project_dir%/src/Entity']
formats:
jsonld: ['application/ld+json']
json: ['application/json']
jsonapi: ['application/vnd.api+json']
html: ['text/html']
collection:
pagination:
client_items_per_page: true
items_per_page_parameter_name: 'pageSize'