INPUT_OBJECT
input PutConnection {# ref is the ref to the connectionref: RefInput!# k/v pairsattributes: Map# directed is false if the connection is bi-directionaldirected: Boolean!# from is the doc ref that is the source of the connectionfrom: RefInput!# to is the doc ref that is the destination of the connectionto: RefInput!}