Skip to main content

CountryRequiredInput

No description

type CountryRequiredInput {
id: ID
name: String
createdAt: GQLTDate
updatedAt: GQLTDate
addresses: CountryAddressesHasManyInput
}

Fields#

id (ID)#

This a primary key for Country

name (String)#

define the country name

createdAt (GQLTDate)#

updatedAt (GQLTDate)#

addresses (CountryAddressesHasManyInput)#

This is the mutation object for CountryAddressesHasMany