Skip to content
Snippets Groups Projects
Commit 85814606 authored by permcu's avatar permcu
Browse files

TMP (DELETE ME): Update person-id & school-term-id

parent a0cd32d8
No related branches found
No related tags found
1 merge request!361Resolve "Add statistics page for absences"
<template>
<statistics-for-person-card
:person="{ id: 1 }"
:person="{ id: 100 }"
/>
</template>
......
......@@ -36,7 +36,7 @@ class StatisticsByPersonType(graphene.ObjectType):
extra_marks = graphene.List(ExtraMarkWithCountType)
def resolve_school_term(root, info):
return 1
return 4
def resolve_participation_count(root, info):
return 3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment