| 1720 | } |
| 1721 | |
| 1722 | type InputObjectSpec struct { |
| 1723 | Name string |
| 1724 | Description string |
| 1725 | Fields InputSpecs |
| 1726 | } |
| 1727 | |
| 1728 | func (spec InputObjectSpec) Install(srv *Server) { |
| 1729 | srv.InstallTypeDef(spec) |
nothing calls this directly
no outgoing calls
no test coverage detected