diff --git a/src/graphql/query/core/article-load.ts b/src/graphql/query/core/article-load.ts index 2b43804d..e415a271 100644 --- a/src/graphql/query/core/article-load.ts +++ b/src/graphql/query/core/article-load.ts @@ -14,13 +14,6 @@ export default gql` cover body media - created_by { - id - name - slug - pic - created_at - } updated_by { id name diff --git a/src/graphql/query/core/articles-load-by.ts b/src/graphql/query/core/articles-load-by.ts index feb4a3ea..3970da4a 100644 --- a/src/graphql/query/core/articles-load-by.ts +++ b/src/graphql/query/core/articles-load-by.ts @@ -12,13 +12,6 @@ export default gql` layout cover lead - created_by { - id - name - slug - pic - created_at - } topics { id title diff --git a/src/graphql/query/core/articles-load-drafts.ts b/src/graphql/query/core/articles-load-drafts.ts index 388ad3ef..f80ab614 100644 --- a/src/graphql/query/core/articles-load-drafts.ts +++ b/src/graphql/query/core/articles-load-drafts.ts @@ -10,13 +10,6 @@ export default gql` layout cover # community - created_by { - id - name - slug - pic - created_at - } media topics { id diff --git a/src/graphql/query/core/articles-load-feed.ts b/src/graphql/query/core/articles-load-feed.ts index a23d30ff..d9c2fc6e 100644 --- a/src/graphql/query/core/articles-load-feed.ts +++ b/src/graphql/query/core/articles-load-feed.ts @@ -10,13 +10,6 @@ export default gql` layout cover # community - created_by { - id - name - slug - pic - created_at - } topics { id title diff --git a/src/graphql/query/core/articles-load-followed.ts b/src/graphql/query/core/articles-load-followed.ts index 53c31db1..b190ca4b 100644 --- a/src/graphql/query/core/articles-load-followed.ts +++ b/src/graphql/query/core/articles-load-followed.ts @@ -9,13 +9,6 @@ export default gql` slug cover # community - created_by { - id - name - slug - pic - created_at - } topics { # id title diff --git a/src/graphql/query/core/articles-load-search.ts b/src/graphql/query/core/articles-load-search.ts index bf6d071b..14bd825d 100644 --- a/src/graphql/query/core/articles-load-search.ts +++ b/src/graphql/query/core/articles-load-search.ts @@ -15,13 +15,6 @@ export default gql` body slug } - created_by { - id - name - slug - pic - created_at - } authors { id name