Skip to content

Commit

Permalink
feat: added fetchOptions argument to the gql-client tag
Browse files Browse the repository at this point in the history
  • Loading branch information
oxala authored and DylanPiercey committed Aug 29, 2022
1 parent 17b5cf6 commit b0eb310
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/gql-client/marko-tag.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@
}
]
},
"@fetchOptions": {
"type": "object",
"autocomplete": [
{
"description": "Additional fetchOptions that fetch should use to make a request"
}
]
},
"@requestPolicy": {
"enum": ["cache-first", "cache-and-network", "network-only", "cache-only"],
"autocomplete": [
Expand Down

0 comments on commit b0eb310

Please sign in to comment.