MCPcopy Create free account
hub / github.com/SIMARSINGHRAYAT/Gitzo / validateSecondToken

Function validateSecondToken

src/utils/github.ts:801–812  ·  view source on GitHub ↗
(
  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

Calls 1

ghFetchFunction · 0.85

Tested by

no test coverage detected