INPUT_OBJECT

CreateAccessLogMutationInput

The input object that defines the fields for the createAccessLog mutation.

link GraphQL Schema definition

  • input CreateAccessLogMutationInput {
  • # The entity that this access log belongs to.
  • accessloggable_type: String!
  • # The ID of the entity that this access log belongs to.
  • accessloggable_id: Int64Bit!
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by