Spotlight archive

Guess the language.

Three lines, three guesses.

MODESpotlight0/3
Spotlight · ?.??
1query GetActiveUsers($limit: Int!) {
2 users(active: true, first: $limit) { id email name }
3}
Keep going