CON-190-add tooltip message to header section of remote schema

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4559
GitOrigin-RevId: d4edd80e5b38930f43172bb00392102a26812196
This commit is contained in:
Varun Choudhary 2022-05-31 12:19:24 +05:30 committed by hasura-bot
parent cd0f674821
commit 2447b43017

View File

@ -151,8 +151,17 @@ export const Create = ({ onSuccess }: Props) => {
value="true"
data-testid="forward_client_headers"
/>
<label className="pl-3 flex items-center">
<label className="pl-3 flex items-center mt-2">
Forward all headers from client
<ToolTip
message="Toggle forwarding headers sent by the client app in the request to
your remote GraphQL server"
/>
</label>
</div>
<div>
<label className="flex items-center">
Additional headers:
<ToolTip message="Custom headers to be sent to the remote GraphQL server" />
</label>
</div>