microsoft/nova-facade

[test-utils] Don't reference TMP GraphQL schema

alloy opened this issue · 1 comments

alloy commented

We should perhaps import the 1GQL schema and augment it locally for now with the pieces needed by AppBar and MeControl?

// TODO: This should eventually use the 1GQL shared schema.
// https://domoreexp.visualstudio.com/MSTeams/_workitems/edit/1763201
SCHEMA = buildClientSchema(
require("@msteams/data-schema/generated/server-schema.json")
);

@alloy what's the status of this? Does the current implementation mean that to use the test-utils package, one needs to add a dependency on @msteams/data-schema?