Skip to content

Commit b99c4ae

Browse files
committed
remove Configuration.messages (this field will be removed from the GraphQL API)
1 parent 276dbd4 commit b99c4ae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmd/src/config.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,11 @@ type ConfigurationCascade struct {
101101
const configurationFragment = `
102102
fragment ConfigurationFields on Configuration {
103103
contents
104-
messages
105104
}
106105
`
107106

108107
type Configuration struct {
109108
Contents string
110-
Messages []string
111109
}
112110

113111
const viewerConfigurationQuery = `query ViewerConfiguration {

0 commit comments

Comments
 (0)