diff options
| author | John Estabrook <jestabro@vyos.io> | 2022-10-25 12:08:42 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-25 12:08:42 -0500 |
| commit | 1265b15ffc8baa05177c707f30205d70528c5dc6 (patch) | |
| tree | 8cb9715666250f8599147d066bd93a9a06df4962 /src/services/api/graphql/utils/composite_function.py | |
| parent | ec82d60828500a56b6fe8357970bf839053ac0af (diff) | |
| parent | 3db5ba8ef354d80f080cc1baacf33d77ccbb6222 (diff) | |
| download | vyos-1x-1265b15ffc8baa05177c707f30205d70528c5dc6.tar.gz vyos-1x-1265b15ffc8baa05177c707f30205d70528c5dc6.zip | |
Merge pull request #1613 from jestabro/graphql-hybrid-auth
graphql: T4574: add JWT token authentication
Diffstat (limited to 'src/services/api/graphql/utils/composite_function.py')
| -rw-r--r-- | src/services/api/graphql/utils/composite_function.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/services/api/graphql/utils/composite_function.py b/src/services/api/graphql/utils/composite_function.py deleted file mode 100644 index bc9d80fbb..000000000 --- a/src/services/api/graphql/utils/composite_function.py +++ /dev/null @@ -1,11 +0,0 @@ -# typing information for composite functions: those that invoke several -# elementary requests, and return the result as a single dict -import typing - -def system_status(): - pass - -queries = {'system_status': system_status} - -mutations = {} - |
