INPUT_OBJECT

ConnectFilter

ConnectFilter is used to fetch connections related to a single noted

link GraphQL Schema definition

  • input ConnectFilter {
  • # doc_ref is the ref to the target doc
  • doc_ref: RefInput!
  • # gtype is the type of connections to return
  • gtype: String!
  • # expression is a CEL expression used to filter connections
  • expression: String
  • # limit is the maximum number of connections to return
  • limit: Int!
  • # custom sorting of the results.
  • sort: String
  • # seek to a specific key for pagination
  • seek: String
  • # reverse the results
  • reverse: Boolean
  • }

link Require by