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: Filter!
  • # gtype is the type of the connection to create
  • gtype: String!
  • # attributes are k/v pairs to associate with the new connection
  • attributes: Map
  • # directed indicates whether the connection is uni-directional(instagram) or
  • # bi-directional(facebook)
  • directed: Boolean!
  • }

link Require by