mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-01-27 17:54:11 +03:00
Fixed tests
This commit is contained in:
parent
31fdb5a34c
commit
854aa4aa9b
|
@ -73,7 +73,7 @@ type Article implements Node {
|
||||||
|
|
||||||
type ArticleConnection {
|
type ArticleConnection {
|
||||||
pageInfo: PageInfo!
|
pageInfo: PageInfo!
|
||||||
edges: [ArticleEdge]
|
edges: [ArticleEdge]!
|
||||||
}
|
}
|
||||||
|
|
||||||
type ArticleEdge {
|
type ArticleEdge {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user