Skip to content
Discussion options

You must be logged in to vote

Hi @vangelov

The relevant validation performed is:

  • ttlDirective > maxTTL:
    NotSupported: "The maximum allowed TTL is {{maxTTL}} seconds"
  • hasRemoteJoinsForwardingHeaders:
    NotSupported: "Remote joins that forward client headers cannot currently be cached"
  • hasActionsFowardingHeaders:
    NotSupported: "Actions that forward client headers cannot currently be cached"

With

hasRemoteJoinsForwardingHeaders looking for any vrsdFwdClientHeaders in the associated remoteSchemas
and hasActionsFowardingHeaders looking for any _asiForwardClientHeaders in the associated actions

So I believe that this should allow caching actions and remote schemas without forwarded headers in Hasura cloud.

Therefore I belie…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@vangelov
Comment options

@sordina
Comment options

Answer selected by sordina
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
General
Labels
None yet
2 participants