Services

Services externes proposés par une AE, une école ou un groupe.

Types

Service implements Node

  • canEdit: Boolean
  • description: String
  • group: Group?

    Déprécié

    Use `owner` instead

  • hidden: Boolean
  • id: ID
  • importance: Int
  • localID: LocalID
  • logo: String
  • logoSourceType: LogoSourceType
    • ExternalLink
    • GroupLogo
    • Icon
    • InternalLink
  • name: String
  • pinned: Boolean
  • school: School?

    Déprécié

    Use `owner` instead

  • studentAssociation: StudentAssociation?

    Déprécié

    Use `owner` instead

  • url: String

N
ServiceInput

  • description: String?
  • group: UID?
  • hide: Boolean?
  • iconURL: LooseURL?
  • importance: Int?
  • name: String?
  • removeIcon: Boolean?
  • school: UID?
  • studentAssociation: UID?
  • unlinkGroup: Boolean?
  • unlinkSchool: Boolean?
  • unlinkStudentAssociation: Boolean?
  • url: LooseURL?

Queries

service(​id:  LocalID) →  Service

services(​mine:  Boolean) →  [ Service]

Arguments

  • mine: Boolean

userServices(​) →  [ Service]

Déprécié

Use `services(mine: true)` instead

Mutations

deleteService(​id:  LocalID) →  Result< Service>

upsertService(​...) →  Result< Service>

Déprécié

Use 'upsertServiceV2' instead

Churros API, version dev (at c92221f)

Made with <3 by net7 net7

Documentation generated with Graphinx