This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package kibela | |
type ID interface{} | |
// The top-level query type to Kibela resources | |
type Query struct { | |
AccessToken AccessToken `json:"accessToken" validate:"required"` | |
AccessTokens AccessTokenConnection `json:"accessTokens" validate:"required"` | |
ArchivedGroups GroupConnection `json:"archivedGroups" validate:"required"` | |
AttachmentByPath Attachment `json:"attachmentByPath" validate:"required"` |
OlderNewer