fix: named tabs not appearing in the gql mutation input type (#3835)
This commit is contained in:
@@ -247,7 +247,7 @@ function buildMutationInputType(
|
||||
if (requiresAtLeastOneField) type = new GraphQLNonNull(type)
|
||||
|
||||
return {
|
||||
...inputObjectTypeConfig,
|
||||
...acc,
|
||||
[tab.name]: { type },
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user