Add ApolloLink to inject auth headers

This commit is contained in:
2024-02-03 18:10:58 -07:00
parent 473d79a32d
commit e69f9dc2d8
2 changed files with 45 additions and 4 deletions

View File

@@ -1,5 +1,8 @@
root = true
[*.tsx]
indent_style = tab
[*.json]
end_of_line = lf
charset = utf-8