bit-o-gi / bitO-BE-Project

0 stars 0 forks source link

프론트 graphql 초기 템플릿 공유 #33

Open bong94688 opened 1 month ago

bong94688 commented 1 month ago

graphql 초기 템플릿 공유

mutation {
  createAnniversary(anDto: {
    writeTime: "2024-10-04T12:00:00",
    updateTime: "2024-10-04T12:00:00",
    title: "Anniversary Title",
    withPeople: "Friends",
    writer: "John Doe",  # writer 필드 포함
    content: "This is an anniversary content."
  }) {
    id
    writeTime
    updateTime
    title
    withPeople
    content
    anniversaryDate
  }
}

관련 외부 이슈