fix: named tabs not appearing in the gql mutation input type (#3835)

This commit is contained in:
Paul
2023-10-24 12:40:51 +01:00
committed by GitHub
parent 5a0d0dbc02
commit a0019d0a78

View File

@@ -247,7 +247,7 @@ function buildMutationInputType(
if (requiresAtLeastOneField) type = new GraphQLNonNull(type)
return {
...inputObjectTypeConfig,
...acc,
[tab.name]: { type },
}
}