CodeSignal GraphQL API
CodeSignal's primary programmatic surface: a GraphQL API for reading assessments and company test sessions and running mutations, authenticated with a Bearer API key. Read operations live under RootQuery and writes under RootMutation; per-operation rate limits apply (commonly 5-10 req/s) with a max query cost of 10,000 and max depth of 10.