Add graphql request to back end

This commit is contained in:
Patrick Fic
2025-03-20 14:54:13 -07:00
parent 4310b3779a
commit 6345b5a9a8
8 changed files with 90 additions and 6 deletions

View File

@@ -15,9 +15,15 @@
"add": "toMain_settings_filepaths_add",
"remove": "toMain_settings_filepaths_remove"
}
},
"user": {
"getTokenResponse": "toMain_user_getTokenResponse"
}
},
"toRenderer": {
"test": "toRenderer_test"
"test": "toRenderer_test",
"user": {
"getToken": "toRenderer_user_getToken"
}
}
}