OBJECT
1type CountryState {2id: Int! 34name: String! 56code: String! 78# Required permission: Country:read9country: Country! 1011}