diff options
author | John Estabrook <jestabro@vyos.io> | 2021-11-22 15:29:46 -0600 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2021-11-23 10:46:55 -0600 |
commit | ef7f5ca2fd2c0113875dbd9143342e925cf00621 (patch) | |
tree | 5a5ddc62f15f429062e42625a1517aad52d55a0a /src/services/api/graphql/README.graphql | |
parent | fb2dc58d91bd93ba3aaa63d46e49e6609c18d46f (diff) | |
download | vyos-1x-ef7f5ca2fd2c0113875dbd9143342e925cf00621.tar.gz vyos-1x-ef7f5ca2fd2c0113875dbd9143342e925cf00621.zip |
graphql: T3993: refactor directive and mutation definitions
Diffstat (limited to 'src/services/api/graphql/README.graphql')
-rw-r--r-- | src/services/api/graphql/README.graphql | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/services/api/graphql/README.graphql b/src/services/api/graphql/README.graphql index 6e9e16c6b..29f58f709 100644 --- a/src/services/api/graphql/README.graphql +++ b/src/services/api/graphql/README.graphql @@ -101,11 +101,8 @@ services │ │ └── schema.graphql │ ├── README.graphql │ ├── recipes -│ │ ├── config_file.py -│ │ ├── create_dhcp_server.py -│ │ ├── create_interface_ethernet.py │ │ ├── __init__.py -│ │ ├── recipe.py +│ │ ├── session.py │ │ └── templates │ │ ├── create_dhcp_server.tmpl │ │ └── create_interface_ethernet.tmpl |