(srv *Server)
| 1726 | } |
| 1727 | |
| 1728 | func (spec InputObjectSpec) Install(srv *Server) { |
| 1729 | srv.InstallTypeDef(spec) |
| 1730 | } |
| 1731 | |
| 1732 | func (spec InputObjectSpec) Type() *ast.Type { |
| 1733 | return &ast.Type{ |
nothing calls this directly
no test coverage detected