Merge from master

This commit is contained in:
WithoutPants
2019-10-17 10:16:36 +11:00
216 changed files with 831 additions and 35960 deletions

View File

@@ -57,7 +57,7 @@ type Query {
"""Start an export. Returns the job ID"""
metadataExport: String!
"""Start a scan. Returns the job ID"""
metadataScan: String!
metadataScan(input: ScanMetadataInput!): String!
"""Start generating content. Returns the job ID"""
metadataGenerate(input: GenerateMetadataInput!): String!
"""Clean metadata. Returns the job ID"""