Function
validateSecondToken
(
token: string,
primaryLogin: string
)
Source from the content-addressed store, hash-verified
| 799 | mutation($repoId: ID!, $categoryId: ID!, $title: String!, $body: String!) { |
| 800 | createDiscussion(input: { |
| 801 | repositoryId: $repoId, |
| 802 | categoryId: $categoryId, |
| 803 | title: $title, |
| 804 | body: $body |
| 805 | }) { |
| 806 | discussion { |
| 807 | id |
| 808 | number |
| 809 | url |
| 810 | } |
| 811 | } |
| 812 | } |
| 813 | `; |
| 814 | const result = await ghGraphQL(token, mutation, { |
| 815 | repoId: repoNodeId, |
Callers
nothing calls this directly
Tested by
no test coverage detected