summaryrefslogtreecommitdiff
path: root/src/services/api/graphql/recipes/session.py
AgeCommit message (Collapse)Author
2021-12-12graphql: T3993: distinguish queries and mutations; update README.graphqlJohn Estabrook
2021-12-01graphql: T3993: define add/delete system image requestJohn Estabrook
2021-11-30graphql: T3993: add config session show_configJohn Estabrook
Note that one can also use the mutation Show, with path ["configuration", "json", "pretty"]; that command will obscure passwords and keys, and we may want to disallow this version.
2021-11-30graphql: T3993: add op-mode requestsJohn Estabrook
2021-11-24graphql: T3993: add requests for manipulating firewall groupsJohn Estabrook
2021-11-23graphql: T3993: refactor directive and mutation definitionsJohn Estabrook