From b8aed4671c1ad053ec19e38968edec67df6e3505 Mon Sep 17 00:00:00 2001 From: Alexis Tyler Date: Sun, 2 Feb 2020 14:43:17 +1030 Subject: [PATCH] fix(schema/info/versions): fix typo --- src/graphql/schema/types/info/versions.graphql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/graphql/schema/types/info/versions.graphql b/src/graphql/schema/types/info/versions.graphql index 4b0332441..cbb2670d8 100644 --- a/src/graphql/schema/types/info/versions.graphql +++ b/src/graphql/schema/types/info/versions.graphql @@ -1,5 +1,5 @@ type Info { - versions: Versions @func(module: "getSoftwareVersions") + versions: Versions @func(module: "getVersions") } type Versions {