'member' ]; } public function fields() { return [ 'ID' => ['type' => Type::nonNull(Type::id())], 'Email' => ['type' => Type::string()], 'FirstName' => ['type' => Type::string()], 'Surname' => ['type' => Type::string()], ]; } }