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
- : RefInput!
- # gtype is the type of connections to return
- : String!
- # expression is a CEL expression used to filter connections
- : String
- # limit is the maximum number of connections to return
- : Int!
- # custom sorting of the results.
- : String
- # seek to a specific key for pagination
- : String
- # reverse the results
- : Boolean
- }