Root returns the root object of the server. It is suitable for passing to Resolve to resolve a query.
()
| 527 | // Root returns the root object of the server. It is suitable for passing to |
| 528 | // Resolve to resolve a query. |
| 529 | func (s *Server) Root() AnyObjectResult { |
| 530 | return s.root |
| 531 | } |
| 532 | |
| 533 | // InstallObject installs the given Object type into the schema, or returns the |
| 534 | // previously installed type if it was already present |
no outgoing calls