🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

guillotina-graphql

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

guillotina-graphql

0.1.1
PyPI
Maintainers
1

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

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

and optionally:

graphql:
  enable_playground: true
  • 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

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts