Mutation: {
        ...reduceSchema(schemas, (acc, { resolvers: { Mutation } }) => ({ ...acc, ...Mutation }), {
          graphqlizeMutatePing: () => true,
        }),
      },