Module: Static::UpdateLDAPServer

Defined in:
lib/static.rb

Constant Summary collapse

Name =
"UpdateLDAPServer"
Query =
"  mutation UpdateLDAPServer($ldapId: String!, $name: String!, $clientId: String!, $userId: String!, $ldapLink: String!, $baseDN: String!, $username: String!, $searchStandard: String!, $password: String!, $emailPostfix: String, $description: String, $enabled: Boolean){\n  UpdateLDAPServer(ldapId: $ldapId, name: $name, clientId: $clientId, userId: $userId, ldapLink: $ldapLink, baseDN: $baseDN, username: $username, searchStandard: $searchStandard, password: $password, emailPostfix: $emailPostfix, description: $description, enabled: $enabled){\n      _id\n      name\n      clientId\n      userId\n      ldapLink\n      baseDN\n      searchStandard\n      emailPostfix\n      username\n      password\n      description\n      enabled\n      isDeleted\n      createdAt\n      updatedAt\n  }\n}\n"