OBJECT

ApiQueryLog

link GraphQL Schema definition

  • type ApiQueryLog implements Node {
  • id: ID!
  • operationName: String
  • query: String
  • variables: Map
  • response: Map
  • createdAt: Time!
  • userID: ID
  • correlationID: String
  • # The user that created the like.
  • user: User
  • }