Skip to main content

No project description provided

Project description

guillotina_graphql

Dependencies

Python >= 3.7

Guillotina >= 6.0.0

Installation

Warning: you need to use a postgres database and have enabled guillotina.contrib.catalog.pg

  1. Install the plugin:
pip install guillotina_graphql
  1. Add guillotina_graphql to your settings
applications:
 - your_app
 - guillotina_graphql
 - guillotina.contrib.catalog.pg

and optionally:

graphql:
  enable_playground: true
  1. You're ready!

Start using GraphQL

This is the route to the GraphQL endpoint: http://localhost:8080/<your-db>/<your-container>/@graphql (needs authentification with permission AccessContent).

You can use the playground on a browser http://localhost:8080/@graphql-playground

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

guillotina_graphql-0.1.1.tar.gz (5.2 kB view hashes)

Uploaded Source

Built Distribution

guillotina_graphql-0.1.1-py3-none-any.whl (6.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page