ourjapanlife / findadoc-server

The api / server for Find A Doc, Japan. Check out the board to see the latest effort https://github.com/orgs/ourjapanlife/projects/8
4 stars 1 forks source link

feat: create table for audit logs #443

Closed Anissa3005 closed 3 months ago

Anissa3005 commented 7 months ago

Resolves #442

Description

In this PR, we created an Object Type for our GraphQL schema that will store our audit logs.

What changed

  1. Add Object Type AuditLog with the requested field.
  2. Generate the gqlTypes