Environment Builder

https://www.akbreastcentre.toastdigital.nz/

dev → build

Building database akbreastcentre_ss using SilverStripe\ORM\Connect\MySQL 5.5.5-10.5.29-MariaDB

Creating database tables

Creating database records

Database build completed!

--- Building schema "admin" ---
Moving current schema to temp folder
Deleting current schema
Migrating new schema
Deleting temp schema
Total types: 59
Types built: 0
Types deleted: 0
GET /dev/build

[Emergency] Uncaught Exception: Unknown graphql type: Mutation

GET /dev/build

Line 51 in /home/akbreastcentre/public_html/vendor/silverstripe/graphql/src/Schema/Storage/AbstractTypeRegistry.php

Source

42                 $cls = static::getSourceNamespace() . '\\' . $typename;
43                 if (class_exists($cls)) {
44                     $type = new $cls();
45                 }
46             }
47             static::$types[$typename] = $type;
48         }
49         $type = static::$types[$typename];
50         if (!$type) {
51             throw new Exception("Unknown graphql type: " . $typename);
52         }
53         return $type;
54     }
55 
56     public static function ID(): ScalarType
57     {

Trace