forked from BLC/sgeUpdated
4 lines
59 B
GraphQL
4 lines
59 B
GraphQL
input CityCreateInput {
|
|
name:String!,
|
|
country:ID!
|
|
} |