(viewerId: string, sessionId: string)
| 25 | viewerId: string | undefined | null |
| 26 | |
| 27 | setBasicAuth(viewerId: string, sessionId: string) { |
| 28 | this.viewerId = viewerId |
| 29 | this.sessionId = sessionId |
| 30 | } |
| 31 | |
| 32 | get url(): string { |
| 33 | return `${graphqlApiBaseUrl}/graphql` |