country-schema.graphql
{country:__type(name:"DeliveryCountryInput"){inputFields{name type{kind name ofType{kind name}}}} participant:__type(name:"DeliveryParticipant"){fields{name}} countryOut:__type(name:"DeliveryCountry"){fields{name}}}