mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-25 19:13:57 +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 {
|
||||
shipName: String!
|
||||
factionId: String!
|
||||
clientMutationId: String
|
||||
factionId: String!
|
||||
shipName: String!
|
||||
}
|
||||
|
||||
type IntroduceShipPayload {
|
||||
|
@ -28,7 +28,7 @@ type IntroduceShipPayload {
|
|||
}
|
||||
|
||||
type Mutation {
|
||||
introduceShip(input: IntroduceShipInput): IntroduceShipPayload
|
||||
introduceShip(input: IntroduceShipInput!): IntroduceShipPayload
|
||||
}
|
||||
|
||||
interface Node {
|
||||
|
|
Loading…
Reference in New Issue
Block a user