INPUT_OBJECT
SearchConnectMeFilter
SearchConnectMeFilter is used for searching for documents and adding connections from the origin user to the document based on whether they pass a Filter
link GraphQL Schema definition
- input SearchConnectMeFilter {
- # filter is the filter to apply against the graph.
- : Filter!
- # gtype is the type of the connection to create
- : String!
- # attributes are k/v pairs to associate with the new connection
- : Map
- # directed indicates whether the connection is uni-directional(instagram) or
- # bi-directional(facebook)
- : Boolean!
- }