summaryrefslogtreecommitdiff
path: root/src/services/api/graphql/session/session.py
AgeCommit message (Collapse)Author
2024-09-30http-api: T6736: normalize formattingJohn Estabrook
2024-09-29http-api: T6736: separate REST API and GraphQL API activationJohn Estabrook
The GraphQL API was implemented as an addition to the existing REST API. As there is no necessary dependency, separate the initialization of the respective endpoints. Factor out the REST Pydantic models and FastAPI routes for symmetry and clarity.
2024-04-04T6199: drop unused Python imports from graphql sourceChristian Breunig
2023-02-26graphql: T4979: add user info to token requestJohn Estabrook
2023-02-06graphql: T4979: add query show_user_infoJohn Estabrook
2022-11-01graphql: T4791: decamelize/normalize result of op-mode queriesJohn Estabrook
2022-10-25graphql: T4574: reorganize directory structure for clarityJohn Estabrook
2022-10-07graphql: T4738: remove templated requests pending rewriteJohn Estabrook
2022-10-07graphql: T4738: generate schema defs for configsession methodsJohn Estabrook
2022-10-07graphql: T4736: fix import error to correct JSON outputJohn Estabrook
2022-08-25graphql: T4640: add schema defs and resolver support for op-mode errorsJohn Estabrook
2022-08-23graphql: T3993: reorganize/rename directory structureJohn Estabrook