Skip to content

Instantly share code, notes, and snippets.

View mmmpa's full-sized avatar
👷‍♂️
working

mmmpa mmmpa

👷‍♂️
working
View GitHub Profile
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"`