INPUT_OBJECT

EntryCountryUpdateInput

link GraphQL Schema definition

  • input EntryCountryUpdateInput {
  • # Admin DisplayName: Obj-Dist-Name
  • # Description: Obj-Dist-Name
  • # ldapDisplayName: distinguishedName
  • # attributeSyntax: 2.5.5.1
  • # attributeID: 2.5.4.49
  • dn: ID!
  • # ISO-3166 2-digit string value e.g. 'US'
  • # Admin DisplayName: Country-Name
  • # Description: Country-Name
  • # ldapDisplayName: c
  • # attributeSyntax: 2.5.5.12
  • # attributeID: 2.5.4.6
  • c: String!
  • # ISO-3166 Integer value e.g. 840
  • # Admin DisplayName: Country-Code
  • # Description: Country-Code
  • # ldapDisplayName: countryCode
  • # attributeSyntax: 2.5.5.9
  • # attributeID: 1.2.840.113556.1.4.25
  • countryCode: Int!
  • # Country Text Open string value e.g. 'United States'
  • # Admin DisplayName: Text-Country
  • # Description: Text-Country
  • # ldapDisplayName: co
  • # attributeSyntax: 2.5.5.12
  • # attributeID: 1.2.840.113556.1.2.131
  • co: String!
  • }

link Require by