Skip to content

Commit a5a2a65

Browse files
committed
Fix doc building warning on GitHub
1 parent 331c7bc commit a5a2a65

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Code quality
33
on: [push, pull_request]
44

55
jobs:
6-
build:
6+
lint:
77
runs-on: ubuntu-latest
88

99
steps:

docs/conf.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,9 @@
156156
GraphQLErrorExtensions
157157
GraphQLFieldResolver
158158
GraphQLInputType
159-
GraphQLTypeResolver
159+
GraphQLNullableType
160160
GraphQLOutputType
161+
GraphQLTypeResolver
161162
GroupedFieldSet
162163
IncrementalDataRecord
163164
Middleware

0 commit comments

Comments
 (0)