Skip to content

Instantly share code, notes, and snippets.

@birk-astrup
Created October 30, 2019 14:52
Show Gist options
  • Save birk-astrup/25da855ffc2a7099ed07e69baff7fda6 to your computer and use it in GitHub Desktop.
Save birk-astrup/25da855ffc2a7099ed07e69baff7fda6 to your computer and use it in GitHub Desktop.
from ariadne import graphql_sync, make_executable_schema, load_schema_from_path, ObjectType, QueryType
from ariadne.constants import PLAYGROUND_HTML
from flask import Flask, request, jsonify
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment