feat: home page.
This commit is contained in:
12
commons/graphql/queries.ts
Normal file
12
commons/graphql/queries.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import gql from "graphql-tag";
|
||||
|
||||
export const ARTICLE_FOR_HOME = gql`
|
||||
query ArticlesForHome {
|
||||
articles {
|
||||
id
|
||||
title
|
||||
content
|
||||
publishedAt
|
||||
}
|
||||
}
|
||||
`;
|
Reference in New Issue
Block a user