We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee60ee1 commit af97481Copy full SHA for af97481
document.go
@@ -2,7 +2,7 @@ package opslevel
2
3
type ServiceDocument struct {
4
Id ID `graphql:"id" json:"id"`
5
- HtmlURL string `graphql:"htmlUrl" json:"htmUrl,omitempty"`
+ HtmlURL string `graphql:"htmlUrl" json:"htmlUrl,omitempty"`
6
Source ServiceDocumentSource `graphql:"source" json:"source"`
7
Timestamps Timestamps `graphql:"timestamps" json:"timestamps"`
8
}
0 commit comments