Integrate listing of existing custom headers into custom headers form for streaming audit events
Merged
requested to merge 361632-integrate-custom-headers-list-graphql-into-custom-headers-form-for-streaming-audit-events into master
All threads resolved!
Compare changes
Files
7- Robert Hunt authored
- Add custom headers to GraphQL query - Add new button to streaming items - Add editing mode to streaming items to toggle the editor - Add streaming destination editor to streaming items and pass the item into it as a prop - Update streaming destination editor to be disabled when item is passed in - Update streaming destination editor to add values to fields when item is passed in - Update streaming destination editor button to say 'Save' rather than 'Add' when the item is passed in - Update docs to reflect that you can see all the headers in the UI - Update translation file
@@ -232,7 +232,11 @@ mutation {
@@ -232,7 +232,11 @@ mutation {
You can list all custom headers for a top-level group as well as their value and ID using the GraphQL `externalAuditEventDestinations` query. The ID
@@ -258,6 +262,24 @@ query {
@@ -258,6 +262,24 @@ query {