forked from brianlovin/briOS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
graphcdn.yml
43 lines (43 loc) · 798 Bytes
/
graphcdn.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
schema: './src/graphql/typeDefs/index.ts'
scopes:
AUTHENTICATED: 'cookie:authik_session_token'
rootTypeNames:
query: Query
mutation: Mutation
keyFields:
types:
Tag:
- name
User:
- id
- username
PageInfo: []
StackEdge: []
BookmarkEdge: []
QuestionEdge: []
EmailSubscription: []
rules:
- types:
Query:
- post
- tags
- posts
- stack
- stacks
- bookmark
- comments
- question
- bookmarks
- questions
- hackerNewsPost
- hackerNewsPosts
maxAge: 43200
swr: 43200
scope: AUTHENTICATED
- types:
Query:
- viewer
maxAge: 2592000
swr: 2592000
scope: AUTHENTICATED
originUrl: 'https://brianlovin.com/api/graphql'