diff options
author | John Estabrook <jestabro@vyos.io> | 2022-05-15 13:28:49 -0500 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2022-07-24 08:44:58 -0500 |
commit | 02beb3ead3783ce18087c897c4871786449c6bd1 (patch) | |
tree | 814df4550dae5293f412144abea3b5f9102a6304 /interface-definitions/https.xml.in | |
parent | 8e6f4ee3a95fbb6d4c5ae9b0a698c5fa3ea73cf4 (diff) | |
download | vyos-1x-02beb3ead3783ce18087c897c4871786449c6bd1.tar.gz vyos-1x-02beb3ead3783ce18087c897c4871786449c6bd1.zip |
graphql: T3993: add interface-definition for gql
Diffstat (limited to 'interface-definitions/https.xml.in')
-rw-r--r-- | interface-definitions/https.xml.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/interface-definitions/https.xml.in b/interface-definitions/https.xml.in index d2c393036..775fae122 100644 --- a/interface-definitions/https.xml.in +++ b/interface-definitions/https.xml.in @@ -107,6 +107,12 @@ <valueless/> </properties> </leafNode> + <leafNode name="gql"> + <properties> + <help>GraphQL support</help> + <valueless/> + </properties> + </leafNode> <node name="cors"> <properties> <help>Set CORS options</help> |