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 {