Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-Core
Merge requests
!1047
Draft: Resolve "[3.0] Introduce Graphene/GraphQL"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Draft: Resolve "[3.0] Introduce Graphene/GraphQL"
700-3-0-introduce-graphene-graphql
into
master
Overview
1
Commits
16
Pipelines
14
Changes
2
Closed
Nik | Klampfradler
requested to merge
700-3-0-introduce-graphene-graphql
into
master
2 years ago
Overview
1
Commits
16
Pipelines
14
Changes
2
Expand
Closes
#700 (closed)
0
0
Merge request reports
Viewing commit
9ea10cb9
Prev
Next
Show latest version
2 files
+
9
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
Verified
9ea10cb9
[GraphQL] Create empty base schema
· 9ea10cb9
Nik | Klampfradler
authored
2 years ago
aleksis/core/schema.py
0 → 100644
+
8
−
0
Options
import
graphene
class
Query
(
graphene
.
ObjectType
):
hello
=
graphene
.
String
(
default_value
=
"
Hi!
"
)
schema
=
graphene
.
Schema
(
query
=
Query
)
Loading