OBJECT

RequestLogSearchResults

link GraphQL Schema definition

  • type RequestLogSearchResults {
  • # Returns a set of documents satisfying the query string and pagination arguments.
  • # The 'q' querystring accepts any elasticsearch query string. See
  • # (https://www.elastic.co/guide/en/elasticsearch/reference/current/
  • # query-dsl-query-string-query.html#query-string-syntax) for mre details.
  • #
  • # Arguments
  • # q: [Not documented]
  • # first: [Not documented]
  • # after: [Not documented]
  • edges(q: String, first: Int, after: String): [RequestLogEdge]
  • # Run complex aggregations on your data.
  • aggregations: RequestLogAggregationSet
  • took: Int
  • }

link Require by