Skip to content

Instantly share code, notes, and snippets.

View jacquesg's full-sized avatar

Jacques Germishuys jacquesg

  • London, United Kingdom
View GitHub Profile
@jacquesg
jacquesg / schema.gql
Last active January 9, 2026 23:15
Deianira GraphQL Schema - feat/company-whatwg branch
# ------------------------------------------------------
# THIS FILE WAS AUTOMATICALLY GENERATED (DO NOT MODIFY)
# ------------------------------------------------------
type Actor {
id: String!
stakeholder: Stakeholder
type: ActorRole!
user: User
}