UNPKG

@graphql-hive/federation-gateway-audit

Version:
17 lines (15 loc) 224 B
export const accounts = [ { __typename: "Account", id: "a1", username: "a1-username", }, ]; export const chats = [ { __typename: "Chat", id: "c1", accountId: "a1", text: "c1-text", }, ];