Mirror: The spec-compliant minimum of client-side GraphQL.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at c4e386620ebbcb792b54376c410a9d353b6437ce 5 lines 110 B view raw
1export type Maybe<T> = T | undefined | null; 2 3export interface Extensions { 4 [extension: string]: unknown; 5}