Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Stories #25

Open
rep0x opened this issue Oct 5, 2023 · 0 comments · May be fixed by #32
Open

Add Stories #25

rep0x opened this issue Oct 5, 2023 · 0 comments · May be fixed by #32
Assignees

Comments

@rep0x
Copy link
Member

rep0x commented Oct 5, 2023

type Story = {
  slug: string
  title: string
  description: string
  content: htmlString
  image: string
  publishedAt: DateTime
  tags: string[]
  creator: {
    name: string
    avatar: string
  }
}
@rep0x rep0x changed the title Add first model and data for stories Add Stories query Oct 6, 2023
@rep0x rep0x changed the title Add Stories query Add Stories Oct 6, 2023
@rep0x rep0x changed the title Add Stories Add Stories Section Oct 6, 2023
@huhn511 huhn511 self-assigned this Oct 6, 2023
@huhn511 huhn511 linked a pull request Oct 6, 2023 that will close this issue
@rep0x rep0x changed the title Add Stories Section Add Stories Oct 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants