ENUM

GistVisibility

The possible Gist visibility types

link GraphQL Schema definition

  • enum GistVisibility {
  • # Gists that are public
  • PUBLIC
  • # Gists that are secret
  • SECRET
  • # Gists that are public and secret
  • ALL
  • }