Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Alsijil
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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-App-Alsijil
Commits
6d2efb45
Commit
6d2efb45
authored
2 years ago
by
Julian
Browse files
Options
Downloads
Patches
Plain Diff
Create example graphql query
parent
4e214ee6
No related branches found
No related tags found
No related merge requests found
Pipeline
#79568
failed
2 years ago
Stage: prepare
Stage: test
Stage: build
Stage: publish
Stage: docker
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
aleksis/apps/alsijil/static/js/vue/alsijil/coursebook.graphql
+49
-0
49 additions, 0 deletions
...sis/apps/alsijil/static/js/vue/alsijil/coursebook.graphql
with
49 additions
and
0 deletions
aleksis/apps/alsijil/static/js/vue/alsijil/coursebook.graphql
0 → 100644
+
49
−
0
View file @
6d2efb45
query
CourseBook
{
excuseTypes
{
name
shortName
}
lesson
:
lessonsById
(
id
:
352
)
{
groups
{
name
shortName
members
{
id
fullName
}
}
subject
{
name
}
}
lessonDocumentations
:
lessonDocumentationsByLessonId
(
id
:
352
)
{
topic
homework
groupNote
period
date
personalNotes
{
person
{
id
fullName
}
tardiness
absent
excused
excuseType
{
name
shortName
}
remarks
extraMarks
{
name
shortName
}
}
}
extraMarks
{
name
shortName
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment