Schema returns the current schema of the server.
()
| 911 | |
| 912 | // Schema returns the current schema of the server. |
| 913 | func (s *Server) Schema() *ast.Schema { |
| 914 | return s.SchemaForView(s.View) |
| 915 | } |
| 916 | |
| 917 | func (s *Server) SchemaForView(view call.View) *ast.Schema { |
| 918 | s.reconcileInterfaceImplsIfDirty() |
no test coverage detected