Skip to content
Snippets Groups Projects
Commit 43eb9d77 authored by Eirik Morland's avatar Eirik Morland
Browse files

Issue #3528320: Retrieve name of emnekombinasjon in the study plan query

parent 2266e2f7
No related branches found
No related tags found
1 merge request!4Make it get name
Pipeline #513988 passed
......@@ -62,6 +62,11 @@ final class FsGraphqlService implements FsGraphqlServiceInterface {
->setSelectionSet([
'kode',
'id',
(new Query('navnAlleSprak'))
->setSelectionSet([
'nb',
'en',
]),
(new Query('emner'))
->setSelectionSet([
'rekkefolgenummer',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment