diff options
Diffstat (limited to 'src/services/graphql/articles.query.ts')
| -rw-r--r-- | src/services/graphql/articles.query.ts | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/services/graphql/articles.query.ts b/src/services/graphql/articles.query.ts index 7bd0901..3e1f575 100644 --- a/src/services/graphql/articles.query.ts +++ b/src/services/graphql/articles.query.ts @@ -56,7 +56,6 @@ export const articleBySlugQuery = `query PostBy($slug: ID!) { } } info { - readingTime wordsCount } modified @@ -90,11 +89,6 @@ export const articlesQuery = `query Articles($after: String = "", $first: Int = } } } - author { - node { - name - } - } commentCount contentParts { beforeMore @@ -113,7 +107,6 @@ export const articlesQuery = `query Articles($after: String = "", $first: Int = } } info { - readingTime wordsCount } modified |
