diff options
author | John Estabrook <jestabro@vyos.io> | 2022-07-24 14:29:42 -0500 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2022-07-25 08:01:01 -0500 |
commit | 8f08891ecce805f34f698189050d9a39cddf5c32 (patch) | |
tree | e2d618c76df0b5d70dbed7f6b27f8f30ded18e59 /data/op-mode-standardized.json | |
parent | 3337aedd5f7ff48bfad051d760023a188fdace70 (diff) | |
download | vyos-1x-8f08891ecce805f34f698189050d9a39cddf5c32.tar.gz vyos-1x-8f08891ecce805f34f698189050d9a39cddf5c32.zip |
graphql: T4544: add script to generate GraphQL schema for op-mode
Diffstat (limited to 'data/op-mode-standardized.json')
-rw-r--r-- | data/op-mode-standardized.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/data/op-mode-standardized.json b/data/op-mode-standardized.json new file mode 100644 index 000000000..4dccbba7f --- /dev/null +++ b/data/op-mode-standardized.json @@ -0,0 +1,7 @@ +[ +"cpu.py", +"memory.py", +"neighbor.py", +"route.py", +"version.py" +] |