**Can I register multiple schema files in config/lighthouse.php** in config/lighthouse.php ``` 'schema' => [ 'register' => base_path('graphql/schema.graphql'), ], ```