Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Altair GraphQL Client

  • 1
  • 2
  • 3

7.2.4 | Updated: 10 Jul 2024

Downloads:

12,363

Downloads of v 7.2.4:

271

Software Author(s):

  • Samuel Imolorhe

Altair GraphQL Client 7.2.4

Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Samuel Imolorhe. The inclusion of Samuel Imolorhe trademark(s), if any, upon this webpage is solely to identify Samuel Imolorhe goods or services and not for commercial purposes.

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install Altair GraphQL Client, run the following command from the command line or from PowerShell:

>

To upgrade Altair GraphQL Client, run the following command from the command line or from PowerShell:

>

To uninstall Altair GraphQL Client, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade altair-graphql -y --source="'INTERNAL REPO URL'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade altair-graphql -y --source="'INTERNAL REPO URL'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install altair-graphql
  win_chocolatey:
    name: altair-graphql
    version: '7.2.4'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'altair-graphql' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '7.2.4'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller altair-graphql
{
    Name     = "altair-graphql"
    Version  = "7.2.4"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'altair-graphql':
  ensure   => '7.2.4',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved as a trusted package on 29 Sep 2024.

Description

✨⚡️ A beautiful feature-rich GraphQL Client for all platforms. https://altairgraphql.dev/


bins\altair_7.2.4_x64_win.exe
md5: 9FA1520EE6212F87030926AD054E947D | sha1: 58163D2367BFFFE6FE0C2606FE99D13A1E061785 | sha256: F35EB8011542D0445EB17735BFBCF0C0A08108109EC2DA8405DC4736A0E36B63 | sha512: B18BF1DAAF8C68FD649020C35BD7FA78FADDF50881A407B48AAA1343129F526662EC8B01F7561C99BB5C7D354C64FB91DFF9A868EB49BD1376F209C1FF5929F1
bins\altair_7.2.4_x64_win.exe.blockmap
 
bins\builder-debug.yml
 
bins\latest.yml
 
bins\win-unpacked\chrome_100_percent.pak
 
bins\win-unpacked\chrome_200_percent.pak
 
bins\win-unpacked\d3dcompiler_47.dll
md5: 2191E768CC2E19009DAD20DC999135A3 | sha1: F49A46BA0E954E657AAED1C9019A53D194272B6A | sha256: 7353F25DC5CF84D09894E3E0461CEF0E56799ADBC617FCE37620CA67240B547D | sha512: 5ADCB00162F284C16EC78016D301FC11559DD0A781FFBEFF822DB22EFBED168B11D7E5586EA82388E9503B0C7D3740CF2A08E243877F5319202491C8A641C970
bins\win-unpacked\ffmpeg.dll
md5: 24F0D0592E5065795D3CF1939D7263FB | sha1: 0D11C212CC0DBDD88974C4842D20A06B503FB3F4 | sha256: 864FB4240A07109D5E2ADFAB78328F471858F817BF92C8092848666F46EE1042 | sha512: F4B2023405643C36D67F8A9548973D73427E150CC0161592D338B4429C88E076DB253C61D69E140711790AC009449EABE32A52366D70E267FFD29AC790FDEEDA
bins\win-unpacked\icudtl.dat
 
bins\win-unpacked\libEGL.dll
md5: 6A43613C3BD23734D4B5855B1B261089 | sha1: 28C7CAAD795CDBAA79E1C4A9BFC4AB5BDFA85A39 | sha256: AEE897DF5A2BEA53BD9F1FDE3E8CCEDF60536817D6B23E9213451C1ECDB7898C | sha512: F563B189182831E5042A93B2052954F2FA39D0D86D318FD74965B6CF533B03F2B4FF2ADFDB39D68F5233DE126403D3F6C34ED8C3182DA43493C09B188F3270F4
bins\win-unpacked\libGLESv2.dll
md5: 4D9C018E8D4617407A8A9E8027AA9202 | sha1: C2A4BA40734ACC2B319528FA352E6D50AADBCB37 | sha256: 04A8972573C270B6247DD851A7858CA5DA0A37D5D0406DFFB19DBE4A5AE65BC2 | sha512: 6C974ABB36851B3C6C2EE7DEE120CAD72E68E937768FD718B7600196A421CF91A4860306085277A3FFDB506DEF4B8E20F7A6CE91C8F2EFB715D7A0B6FF1609FA
bins\win-unpacked\LICENSE.electron.txt
Copyright (c) Electron contributors
Copyright (c) 2013-2020 GitHub Inc.

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
bins\win-unpacked\LICENSES.chromium.html
 
bins\win-unpacked\locales\af.pak
 
bins\win-unpacked\locales\am.pak
 
bins\win-unpacked\locales\ar.pak
 
bins\win-unpacked\locales\bg.pak
 
bins\win-unpacked\locales\bn.pak
 
bins\win-unpacked\locales\ca.pak
 
bins\win-unpacked\locales\cs.pak
 
bins\win-unpacked\locales\da.pak
 
bins\win-unpacked\locales\de.pak
 
bins\win-unpacked\locales\el.pak
 
bins\win-unpacked\locales\en-GB.pak
 
bins\win-unpacked\locales\en-US.pak
 
bins\win-unpacked\locales\es-419.pak
 
bins\win-unpacked\locales\es.pak
 
bins\win-unpacked\locales\et.pak
 
bins\win-unpacked\locales\fa.pak
 
bins\win-unpacked\locales\fi.pak
 
bins\win-unpacked\locales\fil.pak
 
bins\win-unpacked\locales\fr.pak
 
bins\win-unpacked\locales\gu.pak
 
bins\win-unpacked\locales\he.pak
 
bins\win-unpacked\locales\hi.pak
 
bins\win-unpacked\locales\hr.pak
 
bins\win-unpacked\locales\hu.pak
 
bins\win-unpacked\locales\id.pak
 
bins\win-unpacked\locales\it.pak
 
bins\win-unpacked\locales\ja.pak
 
bins\win-unpacked\locales\kn.pak
 
bins\win-unpacked\locales\ko.pak
 
bins\win-unpacked\locales\lt.pak
 
bins\win-unpacked\locales\lv.pak
 
bins\win-unpacked\locales\ml.pak
 
bins\win-unpacked\locales\mr.pak
 
bins\win-unpacked\locales\ms.pak
 
bins\win-unpacked\locales\nb.pak
 
bins\win-unpacked\locales\nl.pak
 
bins\win-unpacked\locales\pl.pak
 
bins\win-unpacked\locales\pt-BR.pak
 
bins\win-unpacked\locales\pt-PT.pak
 
bins\win-unpacked\locales\ro.pak
 
bins\win-unpacked\locales\ru.pak
 
bins\win-unpacked\locales\sk.pak
 
bins\win-unpacked\locales\sl.pak
 
bins\win-unpacked\locales\sr.pak
 
bins\win-unpacked\locales\sv.pak
 
bins\win-unpacked\locales\sw.pak
 
bins\win-unpacked\locales\ta.pak
 
bins\win-unpacked\locales\te.pak
 
bins\win-unpacked\locales\th.pak
 
bins\win-unpacked\locales\tr.pak
 
bins\win-unpacked\locales\uk.pak
 
bins\win-unpacked\locales\ur.pak
 
bins\win-unpacked\locales\vi.pak
 
bins\win-unpacked\locales\zh-CN.pak
 
bins\win-unpacked\locales\zh-TW.pak
 
bins\win-unpacked\resources.pak
 
bins\win-unpacked\resources\app-update.yml
 
bins\win-unpacked\resources\app.asar
 
bins\win-unpacked\resources\elevate.exe
md5: 792B92C8AD13C46F27C7CED0810694DF | sha1: D8D449B92DE20A57DF722DF46435BA4553ECC802 | sha256: 9B1FBF0C11C520AE714AF8AA9AF12CFD48503EEDECD7398D8992EE94D1B4DC37 | sha512: 6C247254DC18ED81213A978CCE2E321D6692848C64307097D2C43432A42F4F4F6D3CF22FB92610DFA8B7B16A5F1D94E9017CF64F88F2D08E79C0FE71A9121E40
bins\win-unpacked\snapshot_blob.bin
md5: 1F45B15AEBE0F8D2326AC06B52D64396 | sha1: 03B38AA11BE8B23055453B560E33CF9FE3A4F9C3 | sha256: 57CB73262E8A93BAEBE63DB8A5B70B829F2BD3062EDBA20AB4015104D476DF56 | sha512: B584153BC040591696B3106BCB517FF20DCB91DEDFA2EDE2012EDEB44D93F455A23982E6958EF0F08242AA51244C368399048B84D2A8042454BD17D9EA95CAA7
bins\win-unpacked\v8_context_snapshot.bin
md5: B291A4E181D0FA1F65010E13B91C5187 | sha1: AA9B5F3665C02D4D3D77B1FC5CB5F052D1802DB0 | sha256: 535FE8389BA233E57182FAC05F96F612D04187D3CF7EA8A2702E4E28878E97BB | sha512: 730269DD2A1A2FE889D470C2A71AF03FA529B5346B2B24AEA953843DB9D080C541BFC548BC12DEDBAC052D62BF262B10CE88E75BF8815A7424262CA0D58F5AFC
bins\win-unpacked\vk_swiftshader.dll
md5: 503ADCE551C1C07A7B790ABE4726E762 | sha1: 3AC2447F3382B49E21EF456276B166CA72762151 | sha256: E209A6683A57A53B0001FA3C94C417DFA09ED6E858F60F3D6CACA05BE6405E29 | sha512: 6A53F1857846C1D54531404F22C92F592654E668A4F32FF047BF453DC07B393AFD68EAC8BADCAB378A2C0F83BEBE16C566A6E2594B0E2DFAD9FD074095C59059
bins\win-unpacked\vk_swiftshader_icd.json
{"file_format_version": "1.0.0", "ICD": {"library_path": ".\\vk_swiftshader.dll", "api_version": "1.0.5"}}
bins\win-unpacked\vulkan-1.dll
md5: 1301FD645EE07C9E7CAA754D5A600B19 | sha1: 6B7CF215D01C3A0A4C92F5F515294A444224BA9F | sha256: D2D21F2AAE39D71CE09E4AB04CBE23B70E96D312881500D4F2181FC026A96E21 | sha512: 7514A0BB0F5E39DA47111622D3D8075265F76C9E0DB45032007232C200B5E787D8F30C0E038913DC48495A86FBE16EADEFF18E04FE1CE8DBB33BE39D86D564CD
legal\LICENSE
 
legal\VERIFICATION.txt
VERIFICATION

Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

This package is published by the Altair GraphQL Project author himself (Samuel Imolorhe). Any binaries will be 
identical to other package types published by the project.
tools\chocolateyInstall.ps1
$ErrorActionPreference = 'Stop'; # stop on all errors

$toolsDir   = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$fileLocation = Join-Path $toolsDir '..\bins\altair_7.2.4_x64_win.exe'
$fileHash = Get-FileHash $fileLocation

$packageArgs = @{
  packageName   = $env:ChocolateyPackageName
  unzipLocation = $toolsDir
  fileType      = 'EXE'
  file64        = $fileLocation
  softwareName  = 'altair-graphql*'
  checksum64    = $fileHash.Hash
  checksumType64= 'sha256'
  silentArgs    = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
  validExitCodes= @(0, 3010, 1641)
}

Install-ChocolateyPackage @packageArgs

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
Altair GraphQL Client 7.2.3 75 Saturday, July 6, 2024 Approved
Altair GraphQL Client 7.2.2 52 Thursday, July 4, 2024 Approved
Altair GraphQL Client 7.2.1 17 Thursday, June 27, 2024 Approved
Altair GraphQL Client 7.2.0 90 Sunday, June 23, 2024 Approved
Altair GraphQL Client 7.1.0 81 Saturday, June 15, 2024 Approved
Altair GraphQL Client 7.0.1 189 Sunday, April 28, 2024 Approved
Altair GraphQL Client 6.4.2 95 Saturday, April 13, 2024 Approved
Altair GraphQL Client 6.4.1 78 Sunday, April 7, 2024 Approved
Altair GraphQL Client 6.4.0 78 Monday, April 1, 2024 Approved
Altair GraphQL Client 6.3.1 154 Saturday, March 2, 2024 Approved
Altair GraphQL Client 6.3.0 136 Saturday, February 10, 2024 Approved
Altair GraphQL Client 6.2.0 106 Saturday, January 27, 2024 Approved
Altair GraphQL Client 6.1.0 167 Tuesday, December 26, 2023 Approved
Altair GraphQL Client 6.0.2 135 Friday, December 8, 2023 Approved
Altair GraphQL Client 6.0.1 41 Thursday, December 7, 2023 Approved
Altair GraphQL Client 6.0.0 50 Wednesday, December 6, 2023 Approved
Altair GraphQL Client 5.2.14 43 Wednesday, December 6, 2023 Approved
Altair GraphQL Client 5.2.13 67 Monday, December 4, 2023 Approved
Altair GraphQL Client 5.2.12 52 Saturday, December 2, 2023 Approved
Altair GraphQL Client 5.2.11 104 Tuesday, November 21, 2023 Approved
Altair GraphQL Client 5.2.10 78 Thursday, November 16, 2023 Approved
Altair GraphQL Client 5.2.9 44 Thursday, November 16, 2023 Approved
Altair GraphQL Client 5.2.8 63 Wednesday, November 15, 2023 Approved
Altair GraphQL Client 5.2.7 55 Tuesday, November 14, 2023 Approved
Altair GraphQL Client 5.2.6 78 Friday, November 10, 2023 Approved
Altair GraphQL Client 5.2.5 397 Friday, September 29, 2023 Approved
Altair GraphQL Client 5.2.4 829 Wednesday, September 27, 2023 Approved
Altair GraphQL Client 5.2.3 263 Sunday, September 24, 2023 Approved
Altair GraphQL Client 5.2.2 233 Wednesday, August 23, 2023 Approved
Altair GraphQL Client 5.2.1 105 Wednesday, August 16, 2023 Approved
Altair GraphQL Client 5.2.0 103 Sunday, August 13, 2023 Approved
Altair GraphQL Client 5.1.0 128 Saturday, August 5, 2023 Approved
Altair GraphQL Client 5.0.28 258 Sunday, June 18, 2023 Approved
Altair GraphQL Client 5.0.27 37 Saturday, June 17, 2023 Approved
Altair GraphQL Client 5.0.25 312 Monday, May 22, 2023 Approved
Altair GraphQL Client 5.0.24 203 Sunday, April 30, 2023 Approved
Altair GraphQL Client 5.0.23 120 Sunday, April 23, 2023 Approved
Altair GraphQL Client 5.0.22 160 Monday, April 10, 2023 Approved
Altair GraphQL Client 5.0.21 132 Monday, April 3, 2023 Approved
Altair GraphQL Client 5.0.20 75 Saturday, April 1, 2023 Approved
Altair GraphQL Client 5.0.19 131 Saturday, March 25, 2023 Approved
Altair GraphQL Client 5.0.18 117 Sunday, March 12, 2023 Approved
Altair GraphQL Client 5.0.17 136 Friday, March 3, 2023 Approved
Altair GraphQL Client 5.0.16 149 Friday, February 17, 2023 Approved
Altair GraphQL Client 5.0.15 113 Sunday, February 12, 2023 Approved
Altair GraphQL Client 5.0.14 165 Tuesday, January 31, 2023 Approved
Altair GraphQL Client 5.0.13 150 Sunday, January 22, 2023 Approved
Altair GraphQL Client 5.0.12 95 Wednesday, January 18, 2023 Approved
Altair GraphQL Client 5.0.10 175 Friday, December 30, 2022 Approved
Altair GraphQL Client 5.0.9 211 Tuesday, December 6, 2022 Approved
Altair GraphQL Client 5.0.8 79 Sunday, December 4, 2022 Approved
Altair GraphQL Client 5.0.7 88 Saturday, December 3, 2022 Approved
Altair GraphQL Client 5.0.6 92 Tuesday, November 29, 2022 Approved
Altair GraphQL Client 5.0.5 129 Monday, November 21, 2022 Approved
Altair GraphQL Client 5.0.4 149 Sunday, November 6, 2022 Approved
Altair GraphQL Client 4.6.4 340 Saturday, August 27, 2022 Approved
Altair GraphQL Client 4.6.2 166 Saturday, August 13, 2022 Approved
Altair GraphQL Client 4.6.1 67 Saturday, August 13, 2022 Approved
Altair GraphQL Client 4.6.0 61 Friday, August 12, 2022 Approved
Altair GraphQL Client 4.5.3 230 Friday, July 15, 2022 Approved
Altair GraphQL Client 4.4.1 497 Sunday, March 6, 2022 Approved
Altair GraphQL Client 4.4.0 242 Wednesday, February 2, 2022 Approved
Altair GraphQL Client 4.3.1 285 Thursday, December 23, 2021 Approved
Altair GraphQL Client 4.3.0 106 Tuesday, December 21, 2021 Approved
Altair GraphQL Client 4.2.1 294 Sunday, November 21, 2021 Approved
Altair GraphQL Client 4.2.0 100 Sunday, November 21, 2021 Approved
Altair GraphQL Client 4.1.0 181 Wednesday, October 20, 2021 Approved
Altair GraphQL Client 4.0.11 98 Saturday, October 16, 2021 Approved
Altair GraphQL Client 2.4.3 1520 Thursday, January 23, 2020 Approved
Altair GraphQL Client 2.4.2 218 Friday, January 3, 2020 Approved

This package has no dependencies.

Discussion for the Altair GraphQL Client Package

Ground Rules:

  • This discussion is only about Altair GraphQL Client and the Altair GraphQL Client package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or Altair GraphQL Client, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus