ENUM
GistVisibility
The possible Gist visibility types
link GraphQL Schema definition
- enum GistVisibility {
- # Gists that are public
- # Gists that are secret
- # Gists that are public and secret
- }
ENUM
The possible Gist visibility types
- enum GistVisibility {
- # Gists that are public
- # Gists that are secret
- # Gists that are public and secret
- }