improvement: commit screen style

This commit is contained in:
Rongjian Zhang
2020-01-02 21:31:58 +08:00
parent 7689ac06c6
commit 1536ec47b8
4 changed files with 38 additions and 27 deletions

View File

@@ -488,6 +488,12 @@ class GithubCommitsQuery
arguments: [],
directives: [],
selectionSet: SelectionSetNode(selections: [
FieldNode(
name: NameNode(value: '__typename'),
alias: null,
arguments: [],
directives: [],
selectionSet: null),
InlineFragmentNode(
typeCondition: TypeConditionNode(
on: NamedTypeNode(
@@ -550,12 +556,6 @@ class GithubCommitsQuery
selectionSet: null)
]))
])),
FieldNode(
name: NameNode(value: '__typename'),
alias: null,
arguments: [],
directives: [],
selectionSet: null),
FieldNode(
name: NameNode(value: 'history'),
alias: null,