Pages

Pages web liées à un groupe ou une AE. Pratique pour par exemple parler des partenariats d'une AE (genre réductions de prix), héberger les status d'une asso, etc.

Types

Page

  • body: String
  • bodyHtml: String
  • canBeEdited: Boolean
  • createdAt: DateTime
  • files: [ String]
  • filesURLs: [ String]
  • group: Group?
  • id: ID
  • lastAuthor: User?
  • path: String
  • studentAssociation: StudentAssociation?
  • title: String
  • updatedAt: DateTime

Queries

page(​id:  ID) →  Page

pages(​after:  String?, ​before:  String?, ​first:  Int?, ​last:  Int?) →  Connection< Page>

Mutations

addFileToPage(​file:  File, ​page:  ID) →  Result< Page>

deletePage(​group:  String?, ​id:  ID?, ​path:  String?, ​studentAssociation:  String?) →  Result< Page>

Arguments

  • group: String?
  • id: ID?
  • path: String?
  • studentAssociation: String?

removeFileFromPage(​filename:  String, ​page:  ID) →  Result< Page>

upsertPage(​...) →  Result< Page>

Arguments

  • body: String
  • group: String?
  • path: String
  • studentAssociation: String?
  • title: String

Churros API, version 1.71.0 (at 242e0c3)

Made with <3 by net7 net7

Documentation generated with Graphinx