mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-02 12:44:15 +03:00
Revert "Fixed starwars relay tests schema representation"
This reverts commit c54b495b16
.
This commit is contained in:
parent
9992952908
commit
630556004a
|
@ -17,9 +17,9 @@ type Faction implements Node {
|
||||||
}
|
}
|
||||||
|
|
||||||
input IntroduceShipInput {
|
input IntroduceShipInput {
|
||||||
clientMutationId: String
|
|
||||||
factionId: String!
|
|
||||||
shipName: String!
|
shipName: String!
|
||||||
|
factionId: String!
|
||||||
|
clientMutationId: String
|
||||||
}
|
}
|
||||||
|
|
||||||
type IntroduceShipPayload {
|
type IntroduceShipPayload {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user