mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-29 13:03:56 +03:00
Fixed starwars relay tests schema representation
This commit is contained in:
parent
907b34676d
commit
c54b495b16
|
@ -17,9 +17,9 @@ type Faction implements Node {
|
||||||
}
|
}
|
||||||
|
|
||||||
input IntroduceShipInput {
|
input IntroduceShipInput {
|
||||||
shipName: String!
|
|
||||||
factionId: String!
|
|
||||||
clientMutationId: String
|
clientMutationId: String
|
||||||
|
factionId: String!
|
||||||
|
shipName: String!
|
||||||
}
|
}
|
||||||
|
|
||||||
type IntroduceShipPayload {
|
type IntroduceShipPayload {
|
||||||
|
@ -28,7 +28,7 @@ type IntroduceShipPayload {
|
||||||
}
|
}
|
||||||
|
|
||||||
type Mutation {
|
type Mutation {
|
||||||
introduceShip(input: IntroduceShipInput): IntroduceShipPayload
|
introduceShip(input: IntroduceShipInput!): IntroduceShipPayload
|
||||||
}
|
}
|
||||||
|
|
||||||
interface Node {
|
interface Node {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user