We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0346454 commit 9290171Copy full SHA for 9290171
src/unityGraphQL.ts
@@ -4,6 +4,7 @@ import { gql, GraphQLClient } from "npm:graphql-request@6.1.0";
4
const UNITY_GRAPHQL_ENDPOINT: string = "https://services.unity.com/graphql";
5
6
export enum UnityReleaseStream {
7
+ SUPPORTED = "SUPPORTED",
8
LTS = "LTS",
9
TECH = "TECH",
10
BETA = "BETA",
0 commit comments