This commit is contained in:
WithoutPants
2021-03-31 16:08:52 +11:00
committed by GitHub
parent 2c2e56d33a
commit 1412b554a0
36 changed files with 1811 additions and 7 deletions

View File

@@ -190,6 +190,9 @@ type Mutation {
configureGeneral(input: ConfigGeneralInput!): ConfigGeneralResult!
configureInterface(input: ConfigInterfaceInput!): ConfigInterfaceResult!
"""Generate and set (or clear) API key"""
generateAPIKey(input: GenerateAPIKeyInput!): String!
"""Returns a link to download the result"""
exportObjects(input: ExportObjectsInput!): String