INPUT_OBJECT
DocConstructor
DocConstructor is used to create a Doc
link GraphQL Schema definition
- input DocConstructor {
- # ref is the gtype/gid of the doc to create. If no gid is provided, a k-sortable
- # uuid will be assigned
- RefConstructor! :
- # attributes are k/v pairs
- Map :
- }