UNPKG

@graphql-hive/federation-gateway-audit

Version:
15 lines (14 loc) 195 B
export const users = [ { __typename: "Admin", id: "u1", name: "Alice", isMain: false, }, { __typename: "Admin", id: "u2", name: "Bob", isMain: true, }, ];