Skip to content

Commit a62d1b2

Browse files
Merge branch 'main' into main
2 parents 5ce5ef5 + a8374cf commit a62d1b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

backend/family_tree/student/schema.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@ def resolve_student_path(root, info, roll):
2525
pathObjects.append(Student.objects.get(roll_no=roll))
2626
return pathObjects
2727

28+
schema=graphene.Schema(query=Query)
2829

29-
schema=graphene.Schema(query=Query)
30+

0 commit comments

Comments
 (0)