Skip to content

Instantly share code, notes, and snippets.

@lydemann
Created March 7, 2021 11:00
Embed
What would you like to do?
graphql-helpers.ts
export interface EntityObject {
id: string;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment