mirror of
https://github.com/graphql-python/graphene.git
synced 2025-07-08 06:13:23 +03:00
fix test.
This commit is contained in:
parent
1e410f00ab
commit
7137a59749
|
@ -54,8 +54,8 @@ type Ship implements Node {
|
|||
}
|
||||
|
||||
type ShipConnection {
|
||||
pageInfo: PageInfo!
|
||||
edges: [ShipEdge]
|
||||
pageInfo: PageInfo!
|
||||
}
|
||||
|
||||
type ShipEdge {
|
||||
|
|
Loading…
Reference in New Issue
Block a user