package
Version:
v0.1.5
Opens a new window with list of versions in this module.
Published: Sep 3, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AddStarMutation struct {
AddStar struct {
Starrable struct {
Id string
StargazerCount int
ViewerHasStarred bool
}
} `graphql:"addStar(input: $input)"`
}
type RemoveStarMutation struct {
RemoveStar struct {
Starrable struct {
Id string
StargazerCount int
ViewerHasStarred bool
}
} `graphql:"removeStar(input: $input)"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.