Skip to main content
Version: v0

Club

Club

type Club {
createdAt: String
id: ID
name: String
residence: String
short: String
socialAccounts: [SocialAccount]
updatedAt: String
}

Fields

Club.createdAt ● String scalar

createdAt

Club.id ● ID scalar

id

Club.name ● String scalar

name

Club.residence ● String scalar

residence

Club.short ● String scalar

short

Club.socialAccounts ● [SocialAccount] list object

socialAccounts

Club.updatedAt ● String scalar

updatedAt

Member Of

Team object