fix: mutation type with tabs missing previous tabs (#3196)
This commit is contained in:
@@ -200,7 +200,7 @@ function buildMutationInputType(payload: Payload, name: string, fields: Field[],
|
||||
if (requiresAtLeastOneField) type = new GraphQLNonNull(type);
|
||||
|
||||
return {
|
||||
...inputObjectTypeConfig,
|
||||
...acc,
|
||||
[tab.name]: { type },
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user