Merge branch 'master' into optional_performer_image

This commit is contained in:
WithoutPants
2019-08-27 19:21:25 +10:00
committed by GitHub
16 changed files with 576 additions and 45 deletions

View File

@@ -2,4 +2,10 @@ mutation ConfigureGeneral($input: ConfigGeneralInput!) {
configureGeneral(input: $input) {
...ConfigGeneralData
}
}
mutation ConfigureInterface($input: ConfigInterfaceInput!) {
configureInterface(input: $input) {
...ConfigInterfaceData
}
}