Module: Static::ChangePassword

Defined in:
lib/static.rb

Constant Summary collapse

Name =
"changePassword"
Query =
"  mutation changePassword($password: String!, $email: String!, $client: String!, $verifyCode: String!){\n  changePassword(password: $password, email: $email, client: $client, verifyCode: $verifyCode){\n      _id\n      email\n      unionid\n      openid\n      emailVerified\n      phone\n      phoneVerified\n      username\n      nickname\n      company\n      photo\n      browser\n      device\n      password\n      registerInClient\n      registerMethod\n      oauth\n      token\n      tokenExpiredAt\n      loginsCount\n      lastLogin\n      lastIP\n      signedUp\n      blocked\n      isDeleted\n      name\n      givenName\n      familyName\n      middleName\n      profile\n      preferredUsername\n      website\n      gender\n      birthdate\n      zoneinfo\n      locale\n      address\n      formatted\n      streetAddress\n      locality\n      region\n      postalCode\n      country\n      updatedAt\n      group{\n          _id\n          name\n          descriptions\n          client\n          permissions\n          createdAt\n      }\n      clientType{\n          _id\n          name\n          description\n          image\n          example\n      }\n      userLocation{\n          _id\n          when\n          where\n      }\n      userLoginHistory{\n          totalCount\n      }\n      systemApplicationType{\n          _id\n          name\n          descriptions\n          price\n      }\n      thirdPartyIdentity{\n          provider\n          refreshToken\n          accessToken\n          expiresIn\n          updatedAt\n      }\n      customData\n      metadata\n  }\n}\n"