Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions clients/admin-ui/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,6 @@ const nextConfig = {
source: `/health`,
destination: `${process.env.NEXT_PUBLIC_FIDESCTL_API_SERVER}/health`,
},
// GraphQL PoC: the Strawberry endpoint is mounted at /graphql (not under
// /api/v1), so proxy it to the backend for the real-BE path. In mock
// mode MSW intercepts /graphql before it reaches this rewrite.
{
source: `/graphql`,
destination: `${process.env.NEXT_PUBLIC_FIDESCTL_API_SERVER}/graphql`,
},
];
},
};
Expand Down
7 changes: 0 additions & 7 deletions clients/admin-ui/schema.graphql
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
directive @defer(
if: Boolean
label: String
) on FRAGMENT_SPREAD | INLINE_FRAGMENT

directive @stream(if: Boolean, label: String, initialCount: Int = 0) on FIELD

enum ActionSeverity {
critical
high
Expand Down
82 changes: 29 additions & 53 deletions clients/admin-ui/src/__generated__/graphql/fragment-masking.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading